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 74f7623 commit acc75aaCopy full SHA for acc75aa
examples/ptpython_config/config.py
@@ -62,8 +62,8 @@ def configure(repl):
62
repl.complete_while_typing = True
63
64
# Fuzzy and dictionary completion.
65
- self.enable_fuzzy_completion = False
66
- self.enable_dictionary_completion = False
+ repl.enable_fuzzy_completion = False
+ repl.enable_dictionary_completion = False
67
68
# Vi mode.
69
repl.vi_mode = False
0 commit comments