summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/Python.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/mtrand/Python.pxi')
-rw-r--r--numpy/random/mtrand/Python.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand/Python.pxi b/numpy/random/mtrand/Python.pxi
index 2f7adf096..01d47af50 100644
--- a/numpy/random/mtrand/Python.pxi
+++ b/numpy/random/mtrand/Python.pxi
@@ -30,7 +30,7 @@ cdef extern from "Python.h":
# CObject API
# If this is uncommented it needs to be fixed to use PyCapsule
-# for Python >= 2.7
+# for Python >= 3.0
#
# ctypedef void (*destructor1)(void* cobj)
# ctypedef void (*destructor2)(void* cobj, void* desc)