]> granicus.if.org Git - python/commitdiff
Issue #26243: Correct a wording in docs.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Jun 2016 19:47:04 +0000 (22:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Jun 2016 19:47:04 +0000 (22:47 +0300)
Thanks Berker.

Doc/library/zlib.rst

index 6d8a467a49f72f0e7ca0d67f4ead0b1324b8e9a6..846020c4f6bc44be07057abe618a71a6925e408f 100644 (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])