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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 08 Sep 2002 08:43:33 -0700


Patches item #606354, was opened at 2002-09-08 15: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: Open
Resolution: None
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


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

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