Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e4d6c commit 8a64d40Copy full SHA for 8a64d40
1 file changed
Doc/lib/libcodecs.tex
@@ -100,7 +100,7 @@ \section{\module{codecs} ---
100
101
\begin{funcdesc}{register_error}{name, error_handler}
102
Register the error handling function \var{error_handler} under the
103
-name \var{name}. \vari{error_handler} will be called during encoding
+name \var{name}. \var{error_handler} will be called during encoding
104
and decoding in case of an error, when \var{name} is specified as the
105
errors parameter. \var{error_handler} will be called with an
106
\exception{UnicodeEncodeError}, \exception{UnicodeDecodeError} or
0 commit comments