]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge in Thomas Heller's typo fix from revision 1.13.
authorFred Drake <fdrake@acm.org>
Tue, 15 Jan 2002 04:48:59 +0000 (04:48 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 15 Jan 2002 04:48:59 +0000 (04:48 +0000)
Doc/lib/libzipfile.tex

index af8ebe8bd3c31cb7bc8d4c76fa9e35438b8d5f10..74dc942b1775e3b162809fe9b5ca2beec85129f2 100644 (file)
@@ -97,7 +97,7 @@ cat myzip.zip >> python.exe
   the archive, and should be \constant{ZIP_STORED} or
   \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,
+  is specified but the \refmodule{zlib} module is not available,
   \exception{RuntimeError} is also raised.  The default is
   \constant{ZIP_STORED}. 
 \end{classdesc}