summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-26 14:04:19 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-05-26 14:04:19 (GMT)
commitc6f5c871b98ad80df34e2ff99dbeb1fa9ac52350 (patch)
tree85e8e79233bb4e0a11d74780bc68f7a681cf429c /Doc/whatsnew
parent230c3e1bc0d341a5520bcad7d3840d3ab91da093 (diff)
downloadcpython-c6f5c871b98ad80df34e2ff99dbeb1fa9ac52350.zip
cpython-c6f5c871b98ad80df34e2ff99dbeb1fa9ac52350.tar.gz
cpython-c6f5c871b98ad80df34e2ff99dbeb1fa9ac52350.tar.bz2
Typo fix
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew25.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index d8fa011..5f8848a 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -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