]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#108670)
authorSebastian Rittau <srittau@rittau.biz>
Wed, 30 Aug 2023 09:36:59 +0000 (11:36 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2023 09:36:59 +0000 (09:36 +0000)
Doc/library/unittest.rst

index 518bf6b13bad54fd99839026b13e530f18f108d4..4c28e8fae8b08862041a8c102e418d9cc696f99d 100644 (file)
@@ -2017,7 +2017,7 @@ Loading and running tests
 
    .. attribute:: collectedDurations
 
-      A list containing 2-tuples of :class:`TestCase` instances and floats
+      A list containing 2-tuples of test case names and floats
       representing the elapsed time of each test which was run.
 
       .. versionadded:: 3.12