From: Serhiy Storchaka Date: Sat, 25 Jun 2016 19:47:04 +0000 (+0300) Subject: Issue #26243: Correct a wording in docs. X-Git-Tag: v3.6.0a3~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d8f94532b70162a11c841f38f52f7bac39fbaa5;p=python Issue #26243: Correct a wording in docs. Thanks Berker. --- diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 6d8a467a49..846020c4f6 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -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])