summaryrefslogtreecommitdiffstats
path: root/Doc/library/bz2.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-03-09 21:08:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-03-09 21:08:47 (GMT)
commit10745a98be39f4ca9f64bed47409e3ab78ad9211 (patch)
tree39fbcc41761d5a0a263502d0bc5326d1cca279fc /Doc/library/bz2.rst
parente0124bd9c3d3af4bd36d9977e0f76da2cf8a1412 (diff)
downloadcpython-10745a98be39f4ca9f64bed47409e3ab78ad9211.zip
cpython-10745a98be39f4ca9f64bed47409e3ab78ad9211.tar.gz
cpython-10745a98be39f4ca9f64bed47409e3ab78ad9211.tar.bz2
fix versionchanged
Diffstat (limited to 'Doc/library/bz2.rst')
-rw-r--r--Doc/library/bz2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/bz2.rst b/Doc/library/bz2.rst
index 4808b47..ee79edc 100644
--- a/Doc/library/bz2.rst
+++ b/Doc/library/bz2.rst
@@ -60,7 +60,7 @@ Handling of compressed files is offered by the :class:`BZ2File` class.
:class:`BZ2File` supports the :keyword:`with` statement.
- .. versionchanged:: 2.7
+ .. versionchanged:: 3.1
Support for the :keyword:`with` statement was added.