Typo fix
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 @@
 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