From: George Yoshida Date: Sat, 27 May 2006 17:09:17 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.5b1~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2d6c8a9d3cc20980f50df8cd0a5527e4ab2a319;p=python fix typo --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 54fdf24822..3006624dcb 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.