[Python-checkins] cpython (2.7): it's 'rather than'; reported by James Bateman on docs@

sandro.tosi python-checkins at python.org
Fri Aug 12 19:33:52 CEST 2011


http://hg.python.org/cpython/rev/7d9024b7a001
changeset:   71837:7d9024b7a001
branch:      2.7
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Aug 12 19:31:15 2011 +0200
summary:
  it's 'rather than'; reported by James Bateman on docs@

files:
  Doc/library/curses.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -652,7 +652,7 @@
 
    .. 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list