]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Repair typos
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 18:44:10 +0000 (18:44 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 18:44:10 +0000 (18:44 +0000)
Doc/whatsnew/whatsnew20.tex

index 3eea27a259d06633b27424c42227ef64602f0ef0..473804ce23f71c9a2369999454a74e1d0990e839 100644 (file)
@@ -216,7 +216,7 @@ A new module, \module{unicodedata}, provides an interface to Unicode
 character properties.  For example, \code{unicodedata.category(u'A')}
 returns the 2-character string 'Lu', the 'L' denoting it's a letter,
 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.
 
 The \module{codecs} module contains functions to look up existing encodings