Skip to content

Commit 6028349

Browse files
Fix a pseudo-ref.
1 parent 0c3105b commit 6028349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/howto/multiple-interpreters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ Calling a simple function in an interpreter works the same way::
146146

147147
(See :meth:`Interpreter.call`.)
148148

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::
149+
When it runs, the code is executed using the interpreter's
150+
:mod:`!__main__` module, just like a Python process normally does when
151+
invoked from the command-line::
152152

153153
from concurrent import interpreters
154154

0 commit comments

Comments
 (0)