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

index 4978cbad5c6ff44886e974221ac014da018d1230..e6542a9a9ad2bdca089eb80d4cc49028f902b513 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.