commit | d341ec82c78b000740d31db8621f652ced138581 | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Mon Apr 05 10:30:14 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Mon Apr 05 10:30:14 2010 +0000 |
tree | 9e70a2bec3d52ca39ca58c2d32518e4b380e07f4 | |
parent | c5ff3f6ff09dbbb5138997f96927e806d1645fe0 [diff] |
Further documentation fix for unittest.rst
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 4978cba..e6542a9 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst
@@ -1871,6 +1871,6 @@ .. 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.