diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:14:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 48bd1a0e897f5ad8f31baca888dc5dfac4814cca (patch) | |
tree | 60c788776224cc29155243f831f27b36a7f99399 /python/python-wrapt | |
parent | 47ecdb220d84f334dbe9e586d4f7cae141cb502d (diff) | |
download | slackbuilds-48bd1a0e897f5ad8f31baca888dc5dfac4814cca.tar.gz |
python/python-wrapt: Fix slack-desc.
Diffstat (limited to 'python/python-wrapt')
-rw-r--r-- | python/python-wrapt/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-wrapt/slack-desc b/python/python-wrapt/slack-desc index dad67ab106..a89ef17fbb 100644 --- a/python/python-wrapt/slack-desc +++ b/python/python-wrapt/slack-desc @@ -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. |