]> granicus.if.org Git - python/commitdiff
Fix a sentence which ends "...is 6, which." (AMK)
authorGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 17:22:06 +0000 (17:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 17:22:06 +0000 (17:22 +0000)
Doc/lib/libzlib.tex
Doc/libzlib.tex

index d5dab91f22f74a54b3af189e7b7116a1d56cbcaf..ab30a324982f7d53bce9667637b4f5472a664824 100644 (file)
@@ -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}}
index d5dab91f22f74a54b3af189e7b7116a1d56cbcaf..ab30a324982f7d53bce9667637b4f5472a664824 100644 (file)
@@ -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}}