Fix typo. Close SF Bug 606354.

This commit is contained in:
Raymond Hettinger 2002-09-08 22:26:13 +00:00
parent a0e4d6ceaf
commit 8a64d40949

View file

@ -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