From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 13 Jul 2025 05:42:51 +0000 (+0200) Subject: [3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-136564)... X-Git-Tag: v3.14.0rc1~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f50cd5bec7c507ea1f775ebb30d8d014030c7b94;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-136564) (#136605) gh-134939: Correct `concurrent.interpreters` source code link (GH-136564) (cherry picked from commit 42b251bcebd749eceeb62389e413a3be37cff343) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- 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` --------------