[Python-checkins] r55603 - python/trunk/Doc/lib/libcodecs.tex

walter.doerwald python-checkins at python.org
Sat May 26 23:04:16 CEST 2007


Author: walter.doerwald
Date: Sat May 26 23:04:13 2007
New Revision: 55603

Modified:
   python/trunk/Doc/lib/libcodecs.tex
Log:
Fix typo.


Modified: python/trunk/Doc/lib/libcodecs.tex
==============================================================================
--- python/trunk/Doc/lib/libcodecs.tex	(original)
+++ python/trunk/Doc/lib/libcodecs.tex	Sat May 26 23:04:13 2007
@@ -237,7 +237,7 @@
 \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}
 


More information about the Python-checkins mailing list