]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add missing word
authorFred Drake <fdrake@acm.org>
Thu, 20 Oct 2005 17:53:01 +0000 (17:53 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 20 Oct 2005 17:53:01 +0000 (17:53 +0000)
(backported from trunk revision 1.38)

Doc/lib/libcodecs.tex

index 7e22386814c27087cfa91736585218f3d75a12f4..b4c1bc40ff56319e2a979a3fd54b8b1fe8ec90cd 100644 (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.