summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-05-27 17:09:17 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-05-27 17:09:17 (GMT)
commita2d6c8a9d3cc20980f50df8cd0a5527e4ab2a319 (patch)
tree16d48ab0212f069c385c023760eea67572fd0dba
parent36895714258fbaf36f812d45072682983bbd5430 (diff)
downloadcpython-a2d6c8a9d3cc20980f50df8cd0a5527e4ab2a319.zip
cpython-a2d6c8a9d3cc20980f50df8cd0a5527e4ab2a319.tar.gz
cpython-a2d6c8a9d3cc20980f50df8cd0a5527e4ab2a319.tar.bz2
fix typo
-rw-r--r--Doc/whatsnew/whatsnew25.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index 54fdf24..3006624 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -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.