summaryrefslogtreecommitdiffstats
path: root/python/python-wrapt
diff options
context:
space:
mode:
author B. Watson2016-11-14 04:14:00 +0100
committer Willy Sudiarto Raharjo2016-11-14 10:47:23 +0100
commit48bd1a0e897f5ad8f31baca888dc5dfac4814cca (patch)
tree60c788776224cc29155243f831f27b36a7f99399 /python/python-wrapt
parent47ecdb220d84f334dbe9e586d4f7cae141cb502d (diff)
downloadold.slackbuilds-48bd1a0e897f5ad8f31baca888dc5dfac4814cca.tar.gz
python/python-wrapt: Fix slack-desc.
Diffstat (limited to 'python/python-wrapt')
-rw-r--r--python/python-wrapt/slack-desc2
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.