File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Interactive Interpreter Objects
112112 with it.
113113
114114
115- .. method :: InteractiveInterpreter.showsyntaxerror(filename=None, **kwargs )
115+ .. method :: InteractiveInterpreter.showsyntaxerror(filename=None)
116116
117117 Display the syntax error that just occurred. This does not display a stack
118118 trace because there isn't one for syntax errors. If *filename * is given, it is
@@ -166,7 +166,7 @@ interpreter objects as well as the following additions.
166166 Print an exit message when exiting.
167167
168168
169- .. method :: InteractiveConsole.push(line, filename=None, _symbol="single" )
169+ .. method :: InteractiveConsole.push(line)
170170
171171 Push a line of source text to the interpreter. The line should not have a
172172 trailing newline; it may have internal newlines. The line is appended to a
You can’t perform that action at this time.
0 commit comments