File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -58,23 +58,22 @@ This module defines the following functions:
5858
5959.. function :: list_all()
6060
61- -> [Interpreter]``
62- Get all existing interpreters .
61+ Return a :class: ` list ` of :class: ` Interpreter `,
62+ one for each existing interpreter .
6363
6464.. function :: get_current()
6565
66- -> Interpreter
67- Get the currently running interpreter.
66+ Return an :class: ` Interpreter ` object for the currently running
67+ interpreter.
6868
6969.. function :: get_main()
7070
71- -> Interpreter
72- Get the main interpreter.
71+ Return an :class: `Interpreter ` object for the main interpreter.
7372
7473.. function :: create()
7574
76- -> Interpreter
77- Initialize a new (idle) Python interpreter .
75+ Initialize a new (idle) Python interpreter
76+ and return a :class: ` Interpreter ` object for it .
7877
7978
8079Interpreter objects
You can’t perform that action at this time.
0 commit comments