summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-06-02 17:22:06 (GMT)
committerGuido van Rossum <guido@python.org>1997-06-02 17:22:06 (GMT)
commit2525bedfc06a0f39af0674770c665b7e231122b7 (patch)
tree72045a735ca24aaa23e7d46217f86d67c7307659 /Doc/lib
parent921f32ce4caf63508eba4ab338e37cf12d5e8d9c (diff)
downloadcpython-2525bedfc06a0f39af0674770c665b7e231122b7.zip
cpython-2525bedfc06a0f39af0674770c665b7e231122b7.tar.gz
cpython-2525bedfc06a0f39af0674770c665b7e231122b7.tar.bz2
Fix a sentence which ends "...is 6, which." (AMK)
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libzlib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex
index d5dab91..ab30a32 100644
--- a/Doc/lib/libzlib.tex
+++ b/Doc/lib/libzlib.tex
@@ -27,7 +27,7 @@ Compresses the data in \var{string}, returning a string contained
compressed data. \var{level} is an integer from 1 to 9 controlling
the level of compression; 1 is fastest and produces the least
compression, 9 is slowest and produces the most. The default value is
-6, which . Raises the \code{zlib.error} exception if any error occurs.
+6. Raises the \code{zlib.error} exception if any error occurs.
\end{funcdesc}
\begin{funcdesc}{compressobj}{\optional{level}}