diff options
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r-- | Doc/library/gzip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index c76bae869e..818de6ac2b 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -69,7 +69,7 @@ The module defines the following items: :class:`GzipFile` supports the :keyword:`with` statement. - .. versionchanged:: 2.7 + .. versionchanged:: 3.1 Support for the :keyword:`with` statement was added. |