summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-01-15 04:48:59 (GMT)
committerFred Drake <fdrake@acm.org>2002-01-15 04:48:59 (GMT)
commit52670a97735bb5d716e5ef2ebab2179d8af4a933 (patch)
tree6f1fbd1e34966a4672394f1035e0dacdaf5a9909 /Doc
parent0d21e644096c700d9cf87038e736dd5ae0f738af (diff)
downloadcpython-52670a97735bb5d716e5ef2ebab2179d8af4a933.zip
cpython-52670a97735bb5d716e5ef2ebab2179d8af4a933.tar.gz
cpython-52670a97735bb5d716e5ef2ebab2179d8af4a933.tar.bz2
Merge in Thomas Heller's typo fix from revision 1.13.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libzipfile.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex
index af8ebe8..74dc942 100644
--- a/Doc/lib/libzipfile.tex
+++ b/Doc/lib/libzipfile.tex
@@ -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}