Skip to content

Commit 3a11010

Browse files
committed
Document * for code.InteractiveConsole
1 parent b0f77c4 commit 3a11010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build applications which provide an interactive interpreter prompt.
2323
``'__console__'`` and key ``'__doc__'`` set to ``None``.
2424

2525

26-
.. class:: InteractiveConsole(locals=None, filename="<console>", local_exit=False)
26+
.. class:: InteractiveConsole(locals=None, filename="<console>", *, local_exit=False)
2727

2828
Closely emulate the behavior of the interactive Python interpreter. This class
2929
builds on :class:`InteractiveInterpreter` and adds prompting using the familiar

0 commit comments

Comments
 (0)