]> 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:43 +0000 (04:48 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 15 Jan 2002 04:48:43 +0000 (04:48 +0000)
Doc/lib/libzipfile.tex

index 8225cfb948d63fd8a3f1f3b90d8f0ab7465ce576..628dfe5ca329f6cbe8b23cb6145e8f850d9c2f09 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}