it's 'rather than'; reported by James Bateman on docs@

This commit is contained in:
Sandro Tosi 2011-08-12 19:31:32 +02:00
parent fbc5ff6235
commit 8a3b657f9e

View 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.