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
313a3e36
Commit
313a3e36
authored
Dec 20, 1999
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in docstring: wbites -> wbits
parent
e97ee181
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/zlibmodule.c
Modules/zlibmodule.c
+1
-1
No files found.
Modules/zlibmodule.c
View file @
313a3e36
...
...
@@ -853,7 +853,7 @@ static char zlib_module_documentation[]=
"compressobj([level]) -- Return a compressor object.
\n
"
"crc32(string) -- Compute a CRC-32 checksum.
\n
"
"crc32(string, start) -- Compute a CRC-32 checksum using a given starting value.
\n
"
"decompress(string,[wbit
e
s],[bufsize]) -- Decompresses a compressed string.
\n
"
"decompress(string,[wbits],[bufsize]) -- Decompresses a compressed string.
\n
"
"decompressobj([wbits]) -- Return a decompressor object (wbits=window buffer size).
\n\n
"
"Compressor objects support compress() and flush() methods; decompressor
\n
"
"objects support decompress() and flush()."
...
...
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