Skip to content

Commit

Permalink
gh-108669: unittest: Fix documentation for TestResult.collectedDurati…
Browse files Browse the repository at this point in the history
…ons (#108670)
  • Loading branch information
srittau committed Aug 30, 2023
1 parent 400a1ce commit 6c484c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c484c3

Please sign in to comment.