summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-08-12 17:31:56 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-08-12 17:31:56 (GMT)
commitb90770d31b6be28f977f20e9f1f473f3f6b24d4d (patch)
tree6f9e1f9fc61b16d6b0e93923c89088941a6d80d7 /Doc/library/curses.rst
parentf04488e2baea6bd539e90765eee98a0151e90574 (diff)
parent8a3b657f9ee700226595d4a795451653dc996e13 (diff)
downloadcpython-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.rst2
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.