summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 15:41:08 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit481832938f4b3971d6f3766a35cc5fd9fac20e6d (patch)
tree787e7c141a4bc422affed8ee1fe8887d7579183f /python
parent457afb73ea5241d0473f2ee99c637f0464f46eaa (diff)
downloadslackbuilds-481832938f4b3971d6f3766a35cc5fd9fac20e6d.tar.gz
slackbuilds-481832938f4b3971d6f3766a35cc5fd9fac20e6d.tar.xz
python/funcsigs: Fix README.
Diffstat (limited to 'python')
-rw-r--r--python/funcsigs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/funcsigs/README b/python/funcsigs/README
index 476df8f439..106b58f08d 100644
--- a/python/funcsigs/README
+++ b/python/funcsigs/README
@@ -1,3 +1,3 @@
funcsigs is a backport of the PEP 362 function signature features
-from Python 3.3’s inspect module. The backport is compatible
+from Python 3.3's inspect module. The backport is compatible
with Python 2.6, 2.7 as well as 3.2 and up.