summaryrefslogtreecommitdiff
path: root/Cython/Includes/cpython/bool.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/cpython/bool.pxd')
-rw-r--r--Cython/Includes/cpython/bool.pxd1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Includes/cpython/bool.pxd b/Cython/Includes/cpython/bool.pxd
index c775088ce..335921452 100644
--- a/Cython/Includes/cpython/bool.pxd
+++ b/Cython/Includes/cpython/bool.pxd
@@ -35,4 +35,3 @@ cdef extern from "Python.h":
object PyBool_FromLong(long v)
# Return value: New reference.
# Return a new reference to Py_True or Py_False depending on the truth value of v.
-