]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-136564)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Jul 2025 05:42:51 +0000 (07:42 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Jul 2025 05:42:51 +0000 (05:42 +0000)
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>
Doc/library/concurrent.interpreters.rst

index 524d505bcf144f1cead0e9bfb3b6daa4520b4bed..be9d565f8e0d38385d7dadf1ff7ec253afaf140b 100644 (file)
@@ -9,7 +9,7 @@
 
 .. versionadded:: 3.14
 
-**Source code:** :source:`Lib/concurrent/interpreters.py`
+**Source code:** :source:`Lib/concurrent/interpreters`
 
 --------------