Kaydet (Commit) 9ad7a60f authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Repair typos

üst 623005e9
...@@ -216,7 +216,7 @@ A new module, \module{unicodedata}, provides an interface to Unicode ...@@ -216,7 +216,7 @@ A new module, \module{unicodedata}, provides an interface to Unicode
character properties. For example, \code{unicodedata.category(u'A')} character properties. For example, \code{unicodedata.category(u'A')}
returns the 2-character string 'Lu', the 'L' denoting it's a letter, returns the 2-character string 'Lu', the 'L' denoting it's a letter,
and 'u' meaning that it's uppercase. and 'u' meaning that it's uppercase.
\code{u.bidirectional(u'\e x0660')} returns 'AN', meaning that U+0660 is \code{unicodedata.bidirectional(u'\e u0660')} returns 'AN', meaning that U+0660 is
an Arabic number. an Arabic number.
The \module{codecs} module contains functions to look up existing encodings The \module{codecs} module contains functions to look up existing encodings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment