Remove outdated statement

This commit is contained in:
Antoine Pitrou 2012-06-23 14:19:58 +02:00
parent 766a16efe7
commit edc601855d

View file

@ -1490,13 +1490,7 @@ PyDoc_VAR(ord_doc) = PyDoc_STR(
"ord(c) -> integer\n\ "ord(c) -> integer\n\
\n\ \n\
Return the integer ordinal of a one-character string." Return the integer ordinal of a one-character string."
) );
#ifndef Py_UNICODE_WIDE
PyDoc_STR(
"\nA valid surrogate pair is also accepted."
)
#endif
;
static PyObject * static PyObject *