Further documentation fix for unittest.rst

This commit is contained in:
Michael Foord 2010-04-05 10:30:14 +00:00
parent c5ff3f6ff0
commit d341ec82c7
1 changed files with 1 additions and 1 deletions

View 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.