From: Raymond Hettinger Date: Sun, 8 Sep 2002 22:26:13 +0000 (+0000) Subject: Fix typo. Close SF Bug 606354. X-Git-Tag: v2.3c1~4168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a64d40949fdd6adf2a25559b50f0cc7c229ab1f;p=thirdparty%2FPython%2Fcpython.git Fix typo. Close SF Bug 606354. --- diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 85ca7a57266e..5aff0dcd40c9 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -100,7 +100,7 @@ also defines these utility functions: \begin{funcdesc}{register_error}{name, error_handler} Register the error handling function \var{error_handler} under the -name \var{name}. \vari{error_handler} will be called during encoding +name \var{name}. \var{error_handler} will be called during encoding and decoding in case of an error, when \var{name} is specified as the errors parameter. \var{error_handler} will be called with an \exception{UnicodeEncodeError}, \exception{UnicodeDecodeError} or