From: Sandro Tosi Date: Fri, 12 Aug 2011 17:31:15 +0000 (+0200) Subject: it's 'rather than'; reported by James Bateman on docs@ X-Git-Tag: v2.7.3rc1~520 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c67975beea20a21b33a4e34f3a303279761d2892;p=python it's 'rather than'; reported by James Bateman on docs@ --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index d2f2443d0a..ecdac9a762 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -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.