summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-18 11:28:37 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-18 11:28:37 +0200
commit50477cc103aa91bbee30c8aa5c3dd1714f9a11d8 (patch)
treeb7a833430bef614accd0684d5e54c8144ee3b5b9 /Python/sysmodule.c
parent631f012de510d39532646834a7bcaedb09f97d2b (diff)
downloadcpython-50477cc103aa91bbee30c8aa5c3dd1714f9a11d8.tar.gz
Issue #23181: More "codepoint" -> "code point".
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 106fc84fa9..290eec1199 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -1368,7 +1368,7 @@ hexversion -- version information encoded as a single integer\n\
implementation -- Python implementation information.\n\
int_info -- a struct sequence with information about the int implementation.\n\
maxsize -- the largest supported length of containers.\n\
-maxunicode -- the value of the largest Unicode codepoint\n\
+maxunicode -- the value of the largest Unicode code point\n\
platform -- platform identifier\n\
prefix -- prefix used to find the Python library\n\
thread_info -- a struct sequence with information about the thread implementation.\n\