Skip to content

Commit e733dc9

Browse files
authored
gh-131885: Document * for code.InteractiveConsole (#132029)
1 parent d17f28f commit e733dc9

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
@@ -29,7 +29,7 @@ build applications which provide an interactive interpreter prompt.
2929
module.
3030

3131

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

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

0 commit comments

Comments
 (0)