]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Sat, 26 May 2007 21:04:13 +0000 (21:04 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 26 May 2007 21:04:13 +0000 (21:04 +0000)
Doc/lib/libcodecs.tex

index 43995c1c9aa72e3f2e824427519e389bb2792b91..aeadb1beb95edeac62b3bd42bcf56363c2b5b048 100644 (file)
@@ -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}