From: Andrew M. Kuchling Date: Tue, 23 Dec 2003 16:46:41 +0000 (+0000) Subject: Fix silly typo X-Git-Tag: v2.4a1~1053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=273069deec3ef10b4bf0730b4b9b84de87db602a;p=thirdparty%2FPython%2Fcpython.git Fix silly typo --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 1376e29a8440..52d1fb9ed84d 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