mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
[codemod] Fix non-matching bracket pairs (GH-28473)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
a007347100
commit
8f943ca257
29 changed files with 35 additions and 33 deletions
|
|
@ -1507,7 +1507,7 @@ PyDoc_STRVAR(zlib_module_documentation,
|
|||
"compressobj([level[, ...]]) -- Return a compressor object.\n"
|
||||
"crc32(string[, start]) -- Compute a CRC-32 checksum.\n"
|
||||
"decompress(string,[wbits],[bufsize]) -- Decompresses a compressed string.\n"
|
||||
"decompressobj([wbits[, zdict]]]) -- Return a decompressor object.\n"
|
||||
"decompressobj([wbits[, zdict]]) -- Return a decompressor object.\n"
|
||||
"\n"
|
||||
"'wbits' is window buffer size and container format.\n"
|
||||
"Compressor objects support compress() and flush() methods; decompressor\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue