summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Bachmann <kontakt@maxbachmann.de>2021-10-23 22:06:37 +0200
committerGitHub <noreply@github.com>2021-10-23 22:06:37 +0200
commit0f84a57134ce7bd69bf147d5b31a1e93a49a5ae1 (patch)
tree28dd8b2db891ff31d2bec32e8d7a1b46e411cf14
parentc25c87d71107e634162302f7f61a119eff539a48 (diff)
downloadcython-0f84a57134ce7bd69bf147d5b31a1e93a49a5ae1.tar.gz
Update incorrect version support comment for pycapsule.pxd (GH-4426)
-rw-r--r--Cython/Includes/cpython/pycapsule.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/cpython/pycapsule.pxd b/Cython/Includes/cpython/pycapsule.pxd
index c3d12c749..6a1c5e997 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":