diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 23:31:33 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 83d20f27e79bc7c5f9d0364cff52d79242c243d3 (patch) | |
tree | dafa94ed5fc3c5faa81fa8a9585890131e3f5afe /python/funcsigs | |
parent | 6820a724fdb4830a556e4be0dea14f8105b663ca (diff) | |
download | slackbuilds-83d20f27e79bc7c5f9d0364cff52d79242c243d3.tar.gz |
python/funcsigs: Fix slack-desc.
Diffstat (limited to 'python/funcsigs')
-rw-r--r-- | python/funcsigs/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/funcsigs/slack-desc b/python/funcsigs/slack-desc index 4818954d54..fcaa1c13e8 100644 --- a/python/funcsigs/slack-desc +++ b/python/funcsigs/slack-desc @@ -9,7 +9,7 @@ funcsigs: funcsigs (Backport of the PEP 362) funcsigs: funcsigs: funcsigs is a backport of the PEP 362 function signature features -funcsigs: from Python 3.3’s inspect module. The backport is compatible with +funcsigs: from Python 3.3's inspect module. The backport is compatible with funcsigs: Python 2.6, 2.7 as well as 3.2 and up. funcsigs: funcsigs: Homepage: http://funcsigs.readthedocs.io/en/0.4/ |