From c6f5c871b98ad80df34e2ff99dbeb1fa9ac52350 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 26 May 2006 14:04:19 +0000 Subject: [PATCH] Typo fix --- Doc/whatsnew/whatsnew25.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index d8fa0116965..5f8848acd4c 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