Furterh documentation fix for unittest.rst
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index c1a11a6..4978cba 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1871,6 +1871,6 @@
 .. 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.