Skip to content

Commit 6c484c3

Browse files
authored
gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#108670)
1 parent 400a1ce commit 6c484c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ Loading and running tests
20172017

20182018
.. attribute:: collectedDurations
20192019

2020-
A list containing 2-tuples of :class:`TestCase` instances and floats
2020+
A list containing 2-tuples of test case names and floats
20212021
representing the elapsed time of each test which was run.
20222022

20232023
.. versionadded:: 3.12

0 commit comments

Comments
 (0)