]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-133641: Doc: Add missing source link in ``concurrent.futures`` (#133642)
authorJonas Obrist <ojiidotch@gmail.com>
Thu, 8 May 2025 07:21:51 +0000 (16:21 +0900)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 07:21:51 +0000 (07:21 +0000)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/concurrent.futures.rst

index 7efae9e628b82865abb21d9633f82d6146611591..3c8d9ab111e09e1658aeece39de1d079b94ca006 100644 (file)
@@ -6,8 +6,9 @@
 
 .. versionadded:: 3.2
 
-**Source code:** :source:`Lib/concurrent/futures/thread.py`
-and :source:`Lib/concurrent/futures/process.py`
+**Source code:** :source:`Lib/concurrent/futures/thread.py`,
+:source:`Lib/concurrent/futures/process.py`,
+and :source:`Lib/concurrent/futures/interpreter.py`
 
 --------------