diff options
Diffstat (limited to 'python/funcsigs')
-rw-r--r-- | python/funcsigs/README | 2 |
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. |