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

index d2f2443d0a50698950e18af902567cae4f60c2a2..ecdac9a762f8e7115221ad150ecc600cfde1c398 100644 (file)
@@ -652,7 +652,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.