This commit is contained in:
Andrew M. Kuchling 2006-05-26 14:04:19 +00:00
parent 230c3e1bc0
commit c6f5c871b9
1 changed files with 1 additions and 1 deletions

View 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