summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-12-28 14:24:29 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-12-28 14:24:29 (GMT)
commitcc928de44f9d3d731f86aecb834c94d975c95282 (patch)
tree73520ddee950673b788e7e6ce49717451c52e061 /Doc
parent697ca3d0cbd75aac21fe823fe379cf9a7edace4a (diff)
downloadcpython-cc928de44f9d3d731f86aecb834c94d975c95282.zip
cpython-cc928de44f9d3d731f86aecb834c94d975c95282.tar.gz
cpython-cc928de44f9d3d731f86aecb834c94d975c95282.tar.bz2
wrong version number in doc changes committed in r67979
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 96eebf2..f86fda0 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -622,7 +622,7 @@ failures.
fails if no exception is raised. To catch any of a group of exceptions, a tuple
containing the exception classes may be passed as *exception*.
- .. versionchanged:: 2.2
+ .. versionchanged:: 2.7
If *callable* is omitted or None, returns a context manager so that the code
under test can be written inline rather than as a function::