summaryrefslogtreecommitdiff
path: root/python/decorator/slack-desc
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-04-15 17:14:11 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-22 08:10:26 +0700
commit3b7215cf863de914bd5d3ed69946377de82c6c8a (patch)
treee0ca379f7d96965f98f1d3b551be2b7f36b070ec /python/decorator/slack-desc
parent70ecd2bf055b7f13871cd3aa0561bf3e933199de (diff)
downloadslackbuilds-3b7215cf863de914bd5d3ed69946377de82c6c8a.tar.gz
python/decorator: Remove Python 3 support.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/decorator/slack-desc')
-rw-r--r--python/decorator/slack-desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/decorator/slack-desc b/python/decorator/slack-desc
index 24dc979f50..ed6b666076 100644
--- a/python/decorator/slack-desc
+++ b/python/decorator/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-decorator: decorator (The decorator Python module)
+decorator: decorator (decorator module for Python)
decorator:
decorator: The aim of the decorator module it to simplify the usage of
decorator: decorators for the average programmer, and to popularize decorators