summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-12-23 16:46:41 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-12-23 16:46:41 (GMT)
commit273069deec3ef10b4bf0730b4b9b84de87db602a (patch)
tree8ce9dbe82545e7d7c2887ad217d6c2bc7af1d3e2
parentb386f6a50993f49fb62180c5a1e2a562a97cb368 (diff)
downloadcpython-273069deec3ef10b4bf0730b4b9b84de87db602a.zip
cpython-273069deec3ef10b4bf0730b4b9b84de87db602a.tar.gz
cpython-273069deec3ef10b4bf0730b4b9b84de87db602a.tar.bz2
Fix silly typo
-rw-r--r--Doc/whatsnew/whatsnew23.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 1376e29..52d1fb9 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