From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sun, 13 Jul 2025 05:35:57 +0000 (+0200) Subject: gh-134939: Correct `concurrent.interpreters` source code link (#136564) X-Git-Tag: v3.15.0a1~995 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42b251bcebd749eceeb62389e413a3be37cff343;p=thirdparty%2FPython%2Fcpython.git gh-134939: Correct `concurrent.interpreters` source code link (#136564) --- diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index 524d505bcf14..be9d565f8e0d 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` --------------