https://github.com/python/cpython/commit/42b251bcebd749eceeb62389e413a3be37cff343 commit: 42b251bcebd749eceeb62389e413a3be37cff343 branch: main author: Stan Ulbrych <[email protected]> committer: kumaraditya303 <[email protected]> date: 2025-07-13T11:05:57+05:30 summary:
gh-134939: Correct `concurrent.interpreters` source code link (#136564) files: M Doc/library/concurrent.interpreters.rst diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index 524d505bcf144f..be9d565f8e0d38 100644 --- a/Doc/library/concurrent.interpreters.rst +++ b/Doc/library/concurrent.interpreters.rst @@ -9,7 +9,7 @@ .. versionadded:: 3.14 -**Source code:** :source:`Lib/concurrent/interpreters.py` +**Source code:** :source:`Lib/concurrent/interpreters` -------------- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
