diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-26 11:43:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-26 11:43:28 (GMT) |
commit | c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d (patch) | |
tree | 35c0d8e77d1c248de80b751339d293a5ff78ffe6 /Doc/library/curses.rst | |
parent | 4931122de80c6e7f14162ecc9c37b650a4a01a4a (diff) | |
download | cpython-c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d.zip cpython-c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d.tar.gz cpython-c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d.tar.bz2 |
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r-- | Doc/library/curses.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index b12a325..d746eaf 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -316,7 +316,7 @@ The module :mod:`curses` defines the following functions: Return the name of the key numbered *k*. The name of a key generating printable ASCII character is the key's character. The name of a control-key combination is a two-character string consisting of a caret followed by the corresponding - printable ASCII character. The name of an alt-key combination (128-255) is a + printable ASCII character. The name of an alt-key combination (128--255) is a string consisting of the prefix 'M-' followed by the name of the corresponding ASCII character. |