summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 4978cba..e6542a9 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.