changeset: 102171:ab2e7e51869d user: Serhiy Storchaka date: Sat Jun 25 22:47:04 2016 +0300 files: Doc/library/zlib.rst description: Issue #26243: Correct a wording in docs. Thanks Berker. diff -r 01f82a7a1250 -r ab2e7e51869d Doc/library/zlib.rst --- a/Doc/library/zlib.rst Sat Jun 25 22:43:05 2016 +0300 +++ b/Doc/library/zlib.rst Sat Jun 25 22:47:04 2016 +0300 @@ -58,7 +58,7 @@ 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])