Fix a sentence which ends "...is 6, which." (AMK)
This commit is contained in:
parent
921f32ce4c
commit
2525bedfc0
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue