Furterh documentation fix for unittest.rst

This commit is contained in:
Michael Foord 2010-04-05 10:28:27 +00:00
parent 3165503b4a
commit c5ff3f6ff0

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.