Commit 2525bedf authored by Guido van Rossum's avatar Guido van Rossum

Fix a sentence which ends "...is 6, which." (AMK)

parent 921f32ce
......@@ -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}}
......
......@@ -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}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment