From: Sandro Tosi Date: Fri, 12 Aug 2011 17:31:32 +0000 (+0200) Subject: it's 'rather than'; reported by James Bateman on docs@ X-Git-Tag: v3.2.2rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3b657f9ee700226595d4a795451653dc996e13;p=thirdparty%2FPython%2Fcpython.git it's 'rather than'; reported by James Bateman on docs@ --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 16b7681661ae..5470a1083369 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.