Closes #23181: codepoint -> code point

This commit is contained in:
Georg Brandl 2015-01-14 08:26:30 +01:00
parent 1a8ada89f9
commit 3be472b5f7
7 changed files with 18 additions and 18 deletions

View file

@ -1141,7 +1141,7 @@ These are the UTF-32 codec APIs:
mark (U+FEFF). In the other two modes, no BOM mark is prepended.
If *Py_UNICODE_WIDE* is not defined, surrogate pairs will be output
as a single codepoint.
as a single code point.
Return *NULL* if an exception was raised by the codec.