[Python-checkins] r46330 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Fri May 26 16:04:20 CEST 2006


Author: andrew.kuchling
Date: Fri May 26 16:04:19 2006
New Revision: 46330

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Typo fix

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Fri May 26 16:04:19 2006
@@ -1509,7 +1509,7 @@
 accessing the shadow password database on systems that support 
 shadow passwords.
 
-\Item The \module{struct} is now faster because it 
+\item The \module{struct} is now faster because it 
 compiles format strings into \class{Struct} objects
 with \method{pack()} and \method{unpack()} methods.  This is similar
 to how the \module{re} module lets you create compiled regular


More information about the Python-checkins mailing list