Fix version number in use_load_tests deprecation reference (GH-119151)

Deprecation took place in d78742a260 (3.5)
This commit is contained in:
Jacob Walls 2024-05-22 05:43:56 -04:00 committed by GitHub
parent 904e256292
commit aee8f03abb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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).