Skip to content

Commit 9072d24

Browse files
Fixed bug in example config. "self is not defined."
1 parent 5fc3848 commit 9072d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ptpython_config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def configure(repl):
6868
repl.prompt_style = 'classic' # 'classic' or 'ipython'
6969

7070
# Don't insert a blank line after the output.
71-
self.insert_blank_line_after_output = False
71+
repl.insert_blank_line_after_output = False
7272

7373
# History Search.
7474
# When True, going back in history will filter the history on the records

0 commit comments

Comments
 (0)