diff options
author | Georg Brandl <georg@python.org> | 2015-01-14 07:26:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-01-14 07:26:30 (GMT) |
commit | 3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c (patch) | |
tree | addfeeb14af6240b6454926ef9a4cce2a51f9207 /Doc/c-api/unicode.rst | |
parent | 1a8ada89f9b3d9b10654adce979046d865906a44 (diff) | |
download | cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.zip cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.tar.gz cpython-3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c.tar.bz2 |
Closes #23181: codepoint -> code point
Diffstat (limited to 'Doc/c-api/unicode.rst')
-rw-r--r-- | Doc/c-api/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index ed74f45..00063d0 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -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. |