]> granicus.if.org Git - python/commitdiff
add missing word
authorFred Drake <fdrake@acm.org>
Thu, 20 Oct 2005 17:52:05 +0000 (17:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 20 Oct 2005 17:52:05 +0000 (17:52 +0000)
Doc/lib/libcodecs.tex

index bd5f3c9eda0b4c6fae56ac4a2d2305cc554763be..754fba34f5c5a26b94f33e9aa28ac72d46f12cc6 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.