summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-05-26 21:04:13 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-05-26 21:04:13 (GMT)
commit5f9b6c9a1bc1c6aa1b07db52c8b851bb7e798f7a (patch)
tree21e1f6012301088fb43f2fe70812384abef721d1 /Doc
parent629ec26f637844f912d8f5aa6e21bae5d59f559f (diff)
downloadcpython-5f9b6c9a1bc1c6aa1b07db52c8b851bb7e798f7a.zip
cpython-5f9b6c9a1bc1c6aa1b07db52c8b851bb7e798f7a.tar.gz
cpython-5f9b6c9a1bc1c6aa1b07db52c8b851bb7e798f7a.tar.bz2
Fix typo.
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 43995c1..aeadb1b 100644
--- a/Doc/lib/libcodecs.tex
+++ b/Doc/lib/libcodecs.tex
@@ -237,7 +237,7 @@ any other keyword argument) is passed through to the incremental encoder.
\begin{funcdesc}{iterdecode}{iterable, encoding\optional{, errors}}
Uses an incremental decoder to iteratively decode the input provided by
\var{iterable}. This function is a generator. \var{errors} (as well as
-any other keyword argument) is passed through to the incremental encoder.
+any other keyword argument) is passed through to the incremental decoder.
\versionadded{2.5}
\end{funcdesc}