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

This commit is contained in:
Guido van Rossum 1997-06-02 17:22:06 +00:00
parent 921f32ce4c
commit 2525bedfc0
2 changed files with 2 additions and 2 deletions

View 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}}

View 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}}