add missing word

This commit is contained in:
Fred Drake 2005-10-20 17:52:05 +00:00
parent bc2a62fcfd
commit 9984e706ff

View file

@ -214,7 +214,7 @@ The others represent the BOM in UTF-8 and UTF-32 encodings.
\subsection{Codec Base Classes}
The \module{codecs} defines a set of base classes which define the
The \module{codecs} module defines a set of base classes which define the
interface and can also be used to easily write you own codecs for use
in Python.