Skip to content

Commit

Permalink
Fix version number in use_load_tests deprecation reference (pythonGH-…
Browse files Browse the repository at this point in the history
…119151)

Deprecation took place in d78742a (3.5)
  • Loading branch information
jacobtylerwalls authored and estyxx committed Jul 17, 2024
1 parent 11b96fb commit 8f1b9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ unittest

* Undocumented :meth:`TestLoader.loadTestsFromModule
<unittest.TestLoader.loadTestsFromModule>` parameter *use_load_tests*
(deprecated and ignored since Python 3.2).
(deprecated and ignored since Python 3.5).

* An alias of the :class:`~unittest.TextTestResult` class:
``_TextTestResult`` (deprecated in Python 3.2).
Expand Down

0 comments on commit 8f1b9d9

Please sign in to comment.