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 b4086b1 commit 2d9039cCopy full SHA for 2d9039c
bpython/config.py
@@ -44,7 +44,7 @@ def loadini(struct, configfile):
44
'arg_spec': True,
45
'auto_display_list': True,
46
'color_scheme': 'default',
47
- 'complete_magic_methods' : True,
+ 'complete_magic_methods': True,
48
'autocomplete_mode': default_completion,
49
'dedent_after': 1,
50
'flush_output': True,
@@ -100,8 +100,8 @@ def loadini(struct, configfile):
100
'trim_prompts': False,
101
},
102
'curtsies': {
103
- 'list_above' : False,
104
- 'right_arrow_completion' : True,
+ 'list_above': False,
+ 'right_arrow_completion': True,
105
}}
106
107
default_keys_to_commands = dict((value, key) for (key, value)
0 commit comments