Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix a ref.
  • Loading branch information
ericsnowcurrently committed Jun 24, 2025
commit 543363bb79c31fda0f0d2184a54abd951b88fb42
2 changes: 1 addition & 1 deletion Doc/library/concurrent.interpreters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Actual concurrency is available separately through

.. seealso::

:class:`InterpreterPoolExecutor`
:class:`~concurrent.futures.InterpreterPoolExecutor`
combines threads with interpreters in a familiar interface.

.. XXX Add references to the upcoming HOWTO docs in the seealso block.
Expand Down
Loading