Skip to content

Commit 04f8790

Browse files
committed
Add missing source link to concurrent.futures docs
The concurrent.futures documentation links to multiple source files where the executors are defined. However, after the addition of the InterpreterPoolExecutor, no link to its source file was added.
1 parent 8679c8d commit 04f8790

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
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`, :source:`Lib/concurrent/futures/process.py` and :source:`Lib/concurrent/futures/interpreter.py`
1110

1211
--------------
1312

0 commit comments

Comments
 (0)