From: Michael Foord Date: Mon, 5 Apr 2010 10:28:27 +0000 (+0000) Subject: Furterh documentation fix for unittest.rst X-Git-Tag: v2.7b1~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5ff3f6ff09dbbb5138997f96927e806d1645fe0;p=thirdparty%2FPython%2Fcpython.git Furterh documentation fix for unittest.rst --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c1a11a6b2c89..4978cbad5c6f 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.