From: Andrew M. Kuchling Date: Tue, 23 Dec 2003 16:47:44 +0000 (+0000) Subject: [Bug #864029] Fix silly typo X-Git-Tag: v2.3.4c1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36b238425c69ac7c8985d143ea1318b21fe33226;p=thirdparty%2FPython%2Fcpython.git [Bug #864029] Fix silly typo --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index bd765f64f8fd..9e8bd7f495d6 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1414,7 +1414,7 @@ package and importing it as \module{bsddb3}, you will have to change your compression library. bz2-compressed data is usually smaller than corresponding \module{zlib}-compressed data. (Contributed by Gustavo Niemeyer.) -\item A set of standard date/type types has been added in the new \module{datetime} +\item A set of standard date/time types has been added in the new \module{datetime} module. See the following section for more details. \item The Distutils \class{Extension} class now supports