commit | d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 18 11:28:37 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 18 11:28:37 2015 +0200 |
tree | 1e6ffa87d3c0087fc5bb3509bc9ef455ce98c7ff | |
parent | b2653b344e01710a99bc782a0b9e4b4d0f8eed5f [diff] |
Issue #23181: More "codepoint" -> "code point".
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index f541b1c..03c284a 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst
@@ -1134,7 +1134,7 @@ 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.