summaryrefslogtreecommitdiffstats
path: root/Include/sliceobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/sliceobject.h')
-rw-r--r--Include/sliceobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/sliceobject.h b/Include/sliceobject.h
index 6ee4698..c3f83de 100644
--- a/Include/sliceobject.h
+++ b/Include/sliceobject.h
@@ -9,7 +9,6 @@ extern "C" {
extern DL_IMPORT(PyObject) _Py_EllipsisObject; /* Don't use this directly */
#define Py_Ellipsis (&_Py_EllipsisObject)
-#define Py_Ellipses Py_Ellipsis /* For bad spellers like me :-( */
/* Slice object interface */