[Patches] [ python-Patches-606354 ] typo in Doc/lib/libcodecs.tex

noreply@sourceforge.net noreply@sourceforge.net
Sun, 08 Sep 2002 15:26:50 -0700


Patches item #606354, was opened at 2002-09-08 10:43
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=606354&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: typo in Doc/lib/libcodecs.tex

Initial Comment:
--- python2.3-2.2.91.orig/Doc/lib/libcodecs.tex
+++ python2.3-2.2.91/Doc/lib/libcodecs.tex
@@ -100,7 +100,7 @@
 
 \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


----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2002-09-08 17:26

Message:
Logged In: YES 
user_id=80475

Fixed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=606354&group_id=5470