mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Closes #23181: codepoint -> code point
This commit is contained in:
parent
1a8ada89f9
commit
3be472b5f7
7 changed files with 18 additions and 18 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue