diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 09:42:50 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 09:42:50 (GMT) |
commit | e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72 (patch) | |
tree | 579726e07f5c8c0a6a015647eccb3441e6f01e58 /Doc | |
parent | 2098d61aab657657af245ed974339eb3cbd65d76 (diff) | |
download | cpython-e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72.zip cpython-e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72.tar.gz cpython-e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72.tar.bz2 |
Issue #23181: More "codepoint" -> "code point".
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sgmllib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sgmllib.rst b/Doc/library/sgmllib.rst index 1da19cf..84911fe 100644 --- a/Doc/library/sgmllib.rst +++ b/Doc/library/sgmllib.rst @@ -153,7 +153,7 @@ A single exception is defined as well: .. method:: SGMLParser.convert_codepoint(codepoint) - Convert a codepoint to a :class:`str` value. Encodings can be handled here if + Convert a code point to a :class:`str` value. Encodings can be handled here if appropriate, though the rest of :mod:`sgmllib` is oblivious on this matter. .. versionadded:: 2.5 |