summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-18 11:33:31 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-18 11:33:31 +0200
commit1937dd85b1b01bdac5943c8eede367a1719593d9 (patch)
tree77452f8b8f34c062e945c1cb6dc92a5da5895f26 /Python/sysmodule.c
parentbabf5d4baac18479db628ee3d790beea68861601 (diff)
parent50477cc103aa91bbee30c8aa5c3dd1714f9a11d8 (diff)
downloadcpython-1937dd85b1b01bdac5943c8eede367a1719593d9.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 aa4046ff93..0639231282 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -1379,7 +1379,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\