summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.