diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-12 17:31:32 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-12 17:31:32 (GMT) |
commit | 8a3b657f9ee700226595d4a795451653dc996e13 (patch) | |
tree | 5c69eeafb00d2f6261055e323ab8f8465b99ec85 /Doc/library | |
parent | fbc5ff6235e5fb53900d17f2bb69caec03240ba4 (diff) | |
download | cpython-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.rst | 2 |
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. |