[Python-checkins] CVS: python/dist/src/Doc/lib libzipfile.tex,1.12,1.13

Thomas Heller theller@users.sourceforge.net
Mon, 14 Jan 2002 00:37:41 -0800


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

Modified Files:
	libzipfile.tex 
Log Message:
Fix a simple typo. Has this to be fixed also in other branches?


Index: libzipfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzipfile.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** libzipfile.tex	2001/07/06 20:30:11	1.12
--- libzipfile.tex	2002/01/14 08:37:39	1.13
***************
*** 98,102 ****
    \constant{ZIP_DEFLATED}; unrecognized values will cause
    \exception{RuntimeError} to be raised.  If \constant{ZIP_DEFLATED}
!   is specified but the \refmodule{zlib} module is not avaialble,
    \exception{RuntimeError} is also raised.  The default is
    \constant{ZIP_STORED}. 
--- 98,102 ----
    \constant{ZIP_DEFLATED}; unrecognized values will cause
    \exception{RuntimeError} to be raised.  If \constant{ZIP_DEFLATED}
!   is specified but the \refmodule{zlib} module is not available,
    \exception{RuntimeError} is also raised.  The default is
    \constant{ZIP_STORED}.