]> granicus.if.org Git - python/commitdiff
fix typo
authorGeorge Yoshida <dynkin@gmail.com>
Sat, 27 May 2006 17:09:17 +0000 (17:09 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sat, 27 May 2006 17:09:17 +0000 (17:09 +0000)
Doc/whatsnew/whatsnew25.tex

index 54fdf248225a22c0ba88d9331945d097492666b6..3006624dcb6cd1df904500a6da88d435dd1d82ac 100644 (file)
@@ -1583,7 +1583,7 @@ using the mode \code{'r|*'}.
 \item The \module{unicodedata} module has been updated to use version 4.1.0
 of the Unicode character database.  Version 3.2.0 is required 
 by some specifications, so it's still available as 
-\member{unicodedata.db_3_2_0}.
+\member{unicodedata.ucd_3_2_0}.
 
 \item The \module{webbrowser} module received a number of
 enhancements.