diff options
author | Guido van Rossum <guido@python.org> | 1997-06-02 17:22:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-06-02 17:22:06 (GMT) |
commit | 2525bedfc06a0f39af0674770c665b7e231122b7 (patch) | |
tree | 72045a735ca24aaa23e7d46217f86d67c7307659 /Doc/libzlib.tex | |
parent | 921f32ce4caf63508eba4ab338e37cf12d5e8d9c (diff) | |
download | cpython-2525bedfc06a0f39af0674770c665b7e231122b7.zip cpython-2525bedfc06a0f39af0674770c665b7e231122b7.tar.gz cpython-2525bedfc06a0f39af0674770c665b7e231122b7.tar.bz2 |
Fix a sentence which ends "...is 6, which." (AMK)
Diffstat (limited to 'Doc/libzlib.tex')
-rw-r--r-- | Doc/libzlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libzlib.tex b/Doc/libzlib.tex index d5dab91..ab30a32 100644 --- a/Doc/libzlib.tex +++ b/Doc/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}} |