diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-25 19:47:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-25 19:47:04 (GMT) |
commit | 2d8f94532b70162a11c841f38f52f7bac39fbaa5 (patch) | |
tree | c4706f8e00fb03695a4ac08f430cabaf909ca622 /Doc/library/zlib.rst | |
parent | 95657cdd40dace0a8f62c50b3f0991b4ec9972fd (diff) | |
download | cpython-2d8f94532b70162a11c841f38f52f7bac39fbaa5.zip cpython-2d8f94532b70162a11c841f38f52f7bac39fbaa5.tar.gz cpython-2d8f94532b70162a11c841f38f52f7bac39fbaa5.tar.bz2 |
Issue #26243: Correct a wording in docs.
Thanks Berker.
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r-- | Doc/library/zlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 6d8a467..846020c 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]) |