diff options
-rw-r--r-- | Python/bltinmodule.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index e453fdd..80ac7f1 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1490,13 +1490,7 @@ PyDoc_VAR(ord_doc) = PyDoc_STR( "ord(c) -> integer\n\ \n\ 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 * |