python/python-wrapt: Fix slack-desc.

This commit is contained in:
B. Watson 2016-11-13 22:14:00 -05:00 committed by Willy Sudiarto Raharjo
parent 47ecdb220d
commit 48bd1a0e89
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
python-wrapt: python-wrapt (A Python module for decorators)
python-wrapt:
python-wrapt: A Python module for decorators, wrappers and monkey patching.
python-wrapt: A Python module for decorators, wrappers and monkey patching.
python-wrapt: The aim of the wrapt module is to provide a transparent object proxy
python-wrapt: for Python, which can be used as the basis for the construction of
python-wrapt: function wrappers and decorator functions.