mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix a sentence which ends "...is 6, which." (AMK)
This commit is contained in:
parent
921f32ce4c
commit
2525bedfc0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
compressed data. \var{level} is an integer from 1 to 9 controlling
|
||||||
the level of compression; 1 is fastest and produces the least
|
the level of compression; 1 is fastest and produces the least
|
||||||
compression, 9 is slowest and produces the most. The default value is
|
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}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{compressobj}{\optional{level}}
|
\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
|
compressed data. \var{level} is an integer from 1 to 9 controlling
|
||||||
the level of compression; 1 is fastest and produces the least
|
the level of compression; 1 is fastest and produces the least
|
||||||
compression, 9 is slowest and produces the most. The default value is
|
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}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{compressobj}{\optional{level}}
|
\begin{funcdesc}{compressobj}{\optional{level}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue