From: Walter Dörwald Date: Sat, 26 May 2007 21:04:13 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.6a1~1686 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f9b6c9a1bc1c6aa1b07db52c8b851bb7e798f7a;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 43995c1c9aa7..aeadb1beb95e 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}