[Python-checkins] python/dist/src/Doc/lib libbz2.tex,1.4,1.5

niemeyer@users.sourceforge.net niemeyer@users.sourceforge.net
Mon, 25 Nov 2002 10:51:46 -0800


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

Modified Files:
	libbz2.tex 
Log Message:
* libbz2.tex
  Fixed minor typo, suggested by Drew Perttula <drewp@bigasterisk.com>.


Index: libbz2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbz2.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** libbz2.tex	15 Nov 2002 16:38:06 -0000	1.4
--- libbz2.tex	25 Nov 2002 18:51:43 -0000	1.5
***************
*** 46,50 ****
  \code{0} means unbuffered, and larger numbers specify the buffer size;
  the default is \code{0}. If
! \var{compresslevel} is given, must be a number between \code{1} and
  \code{9}; the default is \code{9}.
  Add a \character{U} to mode to open the file for input with universal newline
--- 46,50 ----
  \code{0} means unbuffered, and larger numbers specify the buffer size;
  the default is \code{0}. If
! \var{compresslevel} is given, it must be a number between \code{1} and
  \code{9}; the default is \code{9}.
  Add a \character{U} to mode to open the file for input with universal newline