From: Fred Drake Date: Thu, 20 Oct 2005 17:53:01 +0000 (+0000) Subject: add missing word X-Git-Tag: v2.4.3c1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6468a2810bf042f8d7683fa3926d00d9bedf97fa;p=thirdparty%2FPython%2Fcpython.git add missing word (backported from trunk revision 1.38) --- diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 7e22386814c2..b4c1bc40ff56 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -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.