Skip to content

Commit 4fcd377

Browse files
ojiiAA-Turner
andauthored
pythongh-133641: Doc: Add missing source link in concurrent.futures (python#133642)
Co-authored-by: Adam Turner <[email protected]>
1 parent 8679c8d commit 4fcd377

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
.. versionadded:: 3.2
88

9-
**Source code:** :source:`Lib/concurrent/futures/thread.py`
10-
and :source:`Lib/concurrent/futures/process.py`
9+
**Source code:** :source:`Lib/concurrent/futures/thread.py`,
10+
:source:`Lib/concurrent/futures/process.py`,
11+
and :source:`Lib/concurrent/futures/interpreter.py`
1112

1213
--------------
1314

0 commit comments

Comments
 (0)