[Python-checkins] python/dist/src/Doc/lib libcodecs.tex,1.11,1.12

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 08 Sep 2002 15:26:15 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv23100

Modified Files:
	libcodecs.tex 
Log Message:
Fix typo.  Close SF Bug 606354.

Index: libcodecs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodecs.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** libcodecs.tex	2 Sep 2002 13:14:30 -0000	1.11
--- libcodecs.tex	8 Sep 2002 22:26:13 -0000	1.12
***************
*** 101,105 ****
  \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
  and decoding in case of an error, when \var{name} is specified as the
  errors parameter. \var{error_handler} will be called with an
--- 101,105 ----
  \begin{funcdesc}{register_error}{name, error_handler}
  Register the error handling function \var{error_handler} under the
! 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