summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcodecs.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-08-12 00:01:16 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-08-12 00:01:16 (GMT)
commitf17d65da3a16f2a61805ca4c77f2515ba0a2e0b8 (patch)
tree6667383056e26f936e5e3951429bf7d757c634e0 /Doc/lib/libcodecs.tex
parentc83124ab793a28c8995ff381d5867604c60bc07f (diff)
downloadcpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.zip
cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.gz
cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.bz2
SF patch#786531 'the the' typo. Contributed by George Yoshida
Diffstat (limited to 'Doc/lib/libcodecs.tex')
-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 b87ed39..a49d24e 100644
--- a/Doc/lib/libcodecs.tex
+++ b/Doc/lib/libcodecs.tex
@@ -505,7 +505,7 @@ the \function{lookup()} function to construct the instance.
\var{encode}, \var{decode} must adhere to the \class{Codec}
interface, \var{Reader}, \var{Writer} must be factory functions or
- classes providing objects of the the \class{StreamReader} and
+ classes providing objects of the \class{StreamReader} and
\class{StreamWriter} interface respectively.
\var{encode} and \var{decode} are needed for the frontend