summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-10-20 17:52:05 (GMT)
committerFred Drake <fdrake@acm.org>2005-10-20 17:52:05 (GMT)
commit9984e706ff01cc7f3e2efd5e0e4cdca565302100 (patch)
tree3cd4a8901b98ed9da6b9a62a5c7dbabf00d1ccb5 /Doc
parentbc2a62fcfd28f28d3470f94f45578c79fa39290a (diff)
downloadcpython-9984e706ff01cc7f3e2efd5e0e4cdca565302100.zip
cpython-9984e706ff01cc7f3e2efd5e0e4cdca565302100.tar.gz
cpython-9984e706ff01cc7f3e2efd5e0e4cdca565302100.tar.bz2
add missing word
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcodecs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex
index bd5f3c9..754fba3 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.