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 5fc3848 commit 9072d24Copy full SHA for 9072d24
examples/ptpython_config/config.py
@@ -68,7 +68,7 @@ def configure(repl):
68
repl.prompt_style = 'classic' # 'classic' or 'ipython'
69
70
# Don't insert a blank line after the output.
71
- self.insert_blank_line_after_output = False
+ repl.insert_blank_line_after_output = False
72
73
# History Search.
74
# When True, going back in history will filter the history on the records
0 commit comments