Fix typo.

This commit is contained in:
Walter Dörwald 2007-05-26 21:04:13 +00:00
parent 629ec26f63
commit 5f9b6c9a1b
1 changed files with 1 additions and 1 deletions

View 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}