Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2525bedf
Commit
2525bedf
authored
Jun 02, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a sentence which ends "...is 6, which." (AMK)
parent
921f32ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libzlib.tex
Doc/lib/libzlib.tex
+1
-1
Doc/libzlib.tex
Doc/libzlib.tex
+1
-1
No files found.
Doc/lib/libzlib.tex
View file @
2525bedf
...
...
@@ -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
}}
...
...
Doc/libzlib.tex
View file @
2525bedf
...
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment