Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Update Doc/library/interpreters.rst
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
  • Loading branch information
nanjekyejoannah and aeros authored May 7, 2020
commit b12e3d2bca61955895269ac0ef6b109d1c3e0b84
2 changes: 1 addition & 1 deletion Doc/library/interpreters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This module provides high-level tools for working with sub-interpreters,
such as creating them, running code in them, or sending data between them.
It is a wrapper around the low-level :mod:`_interpreters` module.
It is a wrapper around the low-level `_interpreters` module.

.. versionchanged:: added in 3.9

Expand Down