]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
it's 'rather than'; reported by James Bateman on docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Fri, 12 Aug 2011 17:31:32 +0000 (19:31 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Fri, 12 Aug 2011 17:31:32 +0000 (19:31 +0200)
Doc/library/curses.rst

index 16b7681661ae7b66d9431a1630d784dbdfffbaf2..5470a10833699a34a40027b2554b537b07c798b7 100644 (file)
@@ -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.