[Python-checkins] r50870 - python/trunk/Doc/whatsnew/whatsnew20.tex

andrew.kuchling python-checkins at python.org
Thu Jul 27 20:44:10 CEST 2006


Author: andrew.kuchling
Date: Thu Jul 27 20:44:10 2006
New Revision: 50870

Modified:
   python/trunk/Doc/whatsnew/whatsnew20.tex
Log:
Repair typos

Modified: python/trunk/Doc/whatsnew/whatsnew20.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew20.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew20.tex	Thu Jul 27 20:44:10 2006
@@ -216,7 +216,7 @@
 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


More information about the Python-checkins mailing list