From 8a3b657f9ee700226595d4a795451653dc996e13 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Fri, 12 Aug 2011 19:31:32 +0200 Subject: it's 'rather than'; reported by James Bateman on docs@ --- Doc/library/curses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 16b7681..5470a10 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. -- cgit v0.12