mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove outdated statement
This commit is contained in:
parent
766a16efe7
commit
edc601855d
1 changed files with 1 additions and 7 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue