Issue #26243: Correct a wording in docs.
Thanks Berker.
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 @@
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])