diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-12 17:31:56 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-12 17:31:56 (GMT) |
commit | b90770d31b6be28f977f20e9f1f473f3f6b24d4d (patch) | |
tree | 6f9e1f9fc61b16d6b0e93923c89088941a6d80d7 /Doc/library/curses.rst | |
parent | f04488e2baea6bd539e90765eee98a0151e90574 (diff) | |
parent | 8a3b657f9ee700226595d4a795451653dc996e13 (diff) | |
download | cpython-b90770d31b6be28f977f20e9f1f473f3f6b24d4d.zip cpython-b90770d31b6be28f977f20e9f1f473f3f6b24d4d.tar.gz cpython-b90770d31b6be28f977f20e9f1f473f3f6b24d4d.tar.bz2 |
merge with 3.2
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 3450494..f27b2ff 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -649,7 +649,7 @@ the following methods: .. note:: - A *character* means a C character (an ASCII code), rather then a Python + A *character* means a C character (an ASCII code), rather than a Python character (a string of length 1). (This note is true whenever the documentation mentions a character.) The built-in :func:`ord` is handy for conveying strings to codes. |