summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-08-12 17:31:32 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-08-12 17:31:32 (GMT)
commit8a3b657f9ee700226595d4a795451653dc996e13 (patch)
tree5c69eeafb00d2f6261055e323ab8f8465b99ec85 /Doc/library
parentfbc5ff6235e5fb53900d17f2bb69caec03240ba4 (diff)
downloadcpython-8a3b657f9ee700226595d4a795451653dc996e13.zip
cpython-8a3b657f9ee700226595d4a795451653dc996e13.tar.gz
cpython-8a3b657f9ee700226595d4a795451653dc996e13.tar.bz2
it's 'rather than'; reported by James Bateman on docs@
Diffstat (limited to 'Doc/library')
-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 16b7681..5470a10 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.