From 8a64d40949fdd6adf2a25559b50f0cc7c229ab1f Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 8 Sep 2002 22:26:13 +0000 Subject: Fix typo. Close SF Bug 606354. --- Doc/lib/libcodecs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 85ca7a5..5aff0dc 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 -- cgit v0.12