Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a64d40

Browse files
committed
Fix typo. Close SF Bug 606354.
1 parent a0e4d6c commit 8a64d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libcodecs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ \section{\module{codecs} ---
100100

101101
\begin{funcdesc}{register_error}{name, error_handler}
102102
Register the error handling function \var{error_handler} under the
103-
name \var{name}. \vari{error_handler} will be called during encoding
103+
name \var{name}. \var{error_handler} will be called during encoding
104104
and decoding in case of an error, when \var{name} is specified as the
105105
errors parameter. \var{error_handler} will be called with an
106106
\exception{UnicodeEncodeError}, \exception{UnicodeDecodeError} or

0 commit comments

Comments
 (0)