From 9984e706ff01cc7f3e2efd5e0e4cdca565302100 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 20 Oct 2005 17:52:05 +0000 Subject: [PATCH] add missing word --- Doc/lib/libcodecs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index bd5f3c9eda..754fba34f5 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. -- 2.40.0