[Python-checkins] python/dist/src/Doc/lib libcodecs.tex,1.33,1.34

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Sep 10 03:16:53 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32653

Modified Files:
	libcodecs.tex 
Log Message:
fix typo in markup

Index: libcodecs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodecs.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- libcodecs.tex	7 Sep 2004 20:24:04 -0000	1.33
+++ libcodecs.tex	10 Sep 2004 01:16:49 -0000	1.34
@@ -398,7 +398,7 @@
   Decodes data from the stream and returns the resulting object.
 
   \var{chars} indicates the number of characters to read from the
-  stream. \function{read()} will never return more than \vars{chars}
+  stream. \function{read()} will never return more than \var{chars}
   characters, but it might return less, if there are not enough
   characters available.
 



More information about the Python-checkins mailing list