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

This commit is contained in:
Sandro Tosi 2011-08-12 19:31:15 +02:00
parent 71a5ea0a9b
commit c67975beea
1 changed files with 1 additions and 1 deletions

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