summaryrefslogtreecommitdiff
path: root/Cython/Includes/cpython/pycapsule.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/cpython/pycapsule.pxd')
-rw-r--r--Cython/Includes/cpython/pycapsule.pxd3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cython/Includes/cpython/pycapsule.pxd b/Cython/Includes/cpython/pycapsule.pxd
index 08062da85..1c21b370b 100644
--- a/Cython/Includes/cpython/pycapsule.pxd
+++ b/Cython/Includes/cpython/pycapsule.pxd
@@ -1,5 +1,5 @@
-# available since Python 3.1!
+# available since Python 2.7!
cdef extern from "Python.h":
@@ -141,4 +141,3 @@ cdef extern from "Python.h":
# set an exception and return NULL. However, if PyCapsule_Import()
# failed to import the module, and no_block was true, no exception
# is set.
-