summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 07:57:50 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 07:57:50 (GMT)
commitf5390fc162719b9417142bec033f4e25bccb9434 (patch)
treef5dd1e5be50ea699ce146ed454724fdccbc2f0be /Lib
parent1df04e88ae35cc6576e93f45962b153092048181 (diff)
parentfd4365a4d84d064046669267123d4858926f88fa (diff)
downloadcpython-f5390fc162719b9417142bec033f4e25bccb9434.zip
cpython-f5390fc162719b9417142bec033f4e25bccb9434.tar.gz
cpython-f5390fc162719b9417142bec033f4e25bccb9434.tar.bz2
merge with last upstream doc changes in 3.2
Diffstat (limited to 'Lib')
-rw-r--r--Lib/unittest/case.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py
index bea8107..0ef3de7 100644
--- a/Lib/unittest/case.py
+++ b/Lib/unittest/case.py
@@ -23,7 +23,7 @@ class SkipTest(Exception):
"""
Raise this exception in a test to skip it.
- Usually you can use TestResult.skip() or one of the skipping decorators
+ Usually you can use TestCase.skipTest() or one of the skipping decorators
instead of raising this directly.
"""