]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 26 May 2006 14:04:19 +0000 (14:04 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 26 May 2006 14:04:19 +0000 (14:04 +0000)
Doc/whatsnew/whatsnew25.tex

index d8fa0116965d1aeac2497326ef15f5bbb43dbe77..5f8848acd4c4f2899ac091163fb23d692d8c2301 100644 (file)
@@ -1509,7 +1509,7 @@ and protocol values for the socket.
 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