summaryrefslogtreecommitdiff
path: root/Cython/Includes/cpython/mapping.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/cpython/mapping.pxd')
-rw-r--r--Cython/Includes/cpython/mapping.pxd1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Includes/cpython/mapping.pxd b/Cython/Includes/cpython/mapping.pxd
index 3d235b65e..5e54af531 100644
--- a/Cython/Includes/cpython/mapping.pxd
+++ b/Cython/Includes/cpython/mapping.pxd
@@ -61,4 +61,3 @@ cdef extern from "Python.h":
# Map the object key to the value v in object o. Returns -1 on
# failure. This is the equivalent of the Python statement "o[key]
# = v".
-