Skip to content

Commit 8f5e90f

Browse files
Elaborate about the main interpreter.
1 parent 9c6defc commit 8f5e90f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/library/concurrent.interpreters.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ This module defines the following functions:
219219
.. function:: get_main()
220220

221221
Return an :class:`Interpreter` object for the main interpreter.
222+
This is the interpreter the runtime created to run the :term:`REPL`
223+
or the script given at the command-line. It is usually the only one.
222224

223225
.. function:: create()
224226

0 commit comments

Comments
 (0)