]> granicus.if.org Git - python/commitdiff
Fix typo. Close SF Bug 606354.
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Sep 2002 22:26:13 +0000 (22:26 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Sep 2002 22:26:13 +0000 (22:26 +0000)
Doc/lib/libcodecs.tex

index 85ca7a57266e5a1c98ec69c8d74ca2b37ebf1994..5aff0dcd40c99945a41867508e363a8b6d109979 100644 (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