We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3105b commit 6028349Copy full SHA for 6028349
Doc/howto/multiple-interpreters.rst
@@ -146,9 +146,9 @@ Calling a simple function in an interpreter works the same way::
146
147
(See :meth:`Interpreter.call`.)
148
149
-When it runs, the code is executed using the interpreter's ``__main__``
150
-module, just like a Python process normally does when invoked from
151
-the command-line::
+When it runs, the code is executed using the interpreter's
+:mod:`!__main__` module, just like a Python process normally does when
+invoked from the command-line::
152
153
from concurrent import interpreters
154
0 commit comments