summaryrefslogtreecommitdiff
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-03-09 21:08:47 +0000
committerBenjamin Peterson <benjamin@python.org>2009-03-09 21:08:47 +0000
commit71162b8caeb75562101b0649c7bd230508516f1d (patch)
tree56a3d5f0d53038d9e2184f60e2675fd2c0fadf16 /Doc/library/gzip.rst
parentc3ae09080da60e86b813e266bb3a476afee4525c (diff)
downloadcpython-71162b8caeb75562101b0649c7bd230508516f1d.tar.gz
fix versionchanged
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r--Doc/library/gzip.rst2
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.