]> granicus.if.org Git - python/commitdiff
Furterh documentation fix for unittest.rst
authorMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 5 Apr 2010 10:28:27 +0000 (10:28 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 5 Apr 2010 10:28:27 +0000 (10:28 +0000)
Doc/library/unittest.rst

index c1a11a6b2c890c37c06b7470ffafcfaceeb9cc09..4978cbad5c6ff44886e974221ac014da018d1230 100644 (file)
@@ -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.