diff options
-rw-r--r-- | Doc/library/zlib.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 731023e..d9a29a8 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -88,8 +88,7 @@ The available exception and functions in this module are: that are expected to be most common should come at the end of the dictionary. .. versionchanged:: 3.3 - Added the *method*, *wbits*, *memlevel*, *strategy* and *zdict* - parameters. + Added the *zdict* parameter and keyword argument support. .. function:: crc32(data[, value]) |