]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-134939: Correct `concurrent.interpreters` source code link (#136564)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sun, 13 Jul 2025 05:35:57 +0000 (07:35 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Jul 2025 05:35:57 +0000 (11:05 +0530)
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`
 
 --------------