mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix typo. Close SF Bug 606354.
This commit is contained in:
parent
a0e4d6ceaf
commit
8a64d40949
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue