]> granicus.if.org Git - python/commitdiff
Issue #21170: Removed invalid parameter names from unittest doc.
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 11 Apr 2014 18:11:11 +0000 (14:11 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 11 Apr 2014 18:11:11 +0000 (14:11 -0400)
Patch by Kushal Das.

Doc/library/unittest.rst

index 690c98b75d37d65915986c6346bf7d78c3344136..fbeaf7f2cd498b31358657a0ef9b165c86a5351b 100644 (file)
@@ -1807,14 +1807,14 @@ Loading and running tests
       Called after the test case *test* has been executed, regardless of the
       outcome.
 
-   .. method:: startTestRun(test)
+   .. method:: startTestRun()
 
       Called once before any tests are executed.
 
       .. versionadded:: 3.1
 
 
-   .. method:: stopTestRun(test)
+   .. method:: stopTestRun()
 
       Called once after all tests are executed.