[Python-checkins] cpython: Issue #26243: Correct a wording in docs.
serhiy.storchaka
python-checkins at python.org
Sat Jun 25 15:47:24 EDT 2016
https://hg.python.org/cpython/rev/ab2e7e51869d
changeset: 102171:ab2e7e51869d
user: Serhiy Storchaka <storchaka at gmail.com>
date: Sat Jun 25 22:47:04 2016 +0300
summary:
Issue #26243: Correct a wording in docs.
Thanks Berker.
files:
Doc/library/zlib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -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])
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list