]> granicus.if.org Git - python/commitdiff
Fix a simple typo. Has this to be fixed also in other branches?
authorThomas Heller <theller@ctypes.org>
Mon, 14 Jan 2002 08:37:39 +0000 (08:37 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 14 Jan 2002 08:37:39 +0000 (08:37 +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}