diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-04-05 10:28:27 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-04-05 10:28:27 (GMT) |
commit | c5ff3f6ff09dbbb5138997f96927e806d1645fe0 (patch) | |
tree | 13e65ebe18d1de422e66dc844215f3fd237d6b0d /Doc | |
parent | 3165503b4a0f1215d5d4750cc659dabaf08ef14d (diff) | |
download | cpython-c5ff3f6ff09dbbb5138997f96927e806d1645fe0.zip cpython-c5ff3f6ff09dbbb5138997f96927e806d1645fe0.tar.gz cpython-c5ff3f6ff09dbbb5138997f96927e806d1645fe0.tar.bz2 |
Furterh documentation fix for unittest.rst
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c1a11a6..4978cba 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1871,6 +1871,6 @@ functionality within test frameworks. .. function:: removeResult(result) Remove a registered result. Once a result has been removed then - :meth:`~Testresult.stop`` will no longer be called on that result object in + :meth:`~Testresult.stop` will no longer be called on that result object in response to a control-c. |