From: Michael Foord Date: Mon, 5 Apr 2010 10:30:14 +0000 (+0000) Subject: Further documentation fix for unittest.rst X-Git-Tag: v2.7b1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d341ec82c78b000740d31db8621f652ced138581;p=python Further documentation fix for unittest.rst --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 4978cbad5c..e6542a9a9a 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.