Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95657cd commit 2d8f945Copy full SHA for 2d8f945
1 file changed
Doc/library/zlib.rst
@@ -58,7 +58,7 @@ The available exception and functions in this module are:
58
Raises the :exc:`error` exception if any error occurs.
59
60
.. versionchanged:: 3.6
61
- *level* is now supported as keyword arguments.
+ *level* can now be used as a keyword parameter.
62
63
64
.. function:: compressobj(level=-1, method=DEFLATED, wbits=15, memLevel=8, strategy=Z_DEFAULT_STRATEGY[, zdict])
0 commit comments