From 2d8f94532b70162a11c841f38f52f7bac39fbaa5 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 25 Jun 2016 22:47:04 +0300 Subject: [PATCH] Issue #26243: Correct a wording in docs. Thanks Berker. --- Doc/library/zlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 6d8a467a49f..846020c4f6b 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])