Issue #26243: Correct a wording in docs.

Thanks Berker.
This commit is contained in:
Serhiy Storchaka 2016-06-25 22:47:04 +03:00
parent 95657cdd40
commit 2d8f94532b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ The available exception and functions in this module are:
Raises the :exc:`error` exception if any error occurs.
.. versionchanged:: 3.6
*level* is now supported as keyword arguments.
*level* can now be used as a keyword parameter.
.. function:: compressobj(level=-1, method=DEFLATED, wbits=15, memLevel=8, strategy=Z_DEFAULT_STRATEGY[, zdict])