X Tutup
Skip to content

Commit 2d9039c

Browse files
clean up whitespace in config
1 parent b4086b1 commit 2d9039c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bpython/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def loadini(struct, configfile):
4444
'arg_spec': True,
4545
'auto_display_list': True,
4646
'color_scheme': 'default',
47-
'complete_magic_methods' : True,
47+
'complete_magic_methods': True,
4848
'autocomplete_mode': default_completion,
4949
'dedent_after': 1,
5050
'flush_output': True,
@@ -100,8 +100,8 @@ def loadini(struct, configfile):
100100
'trim_prompts': False,
101101
},
102102
'curtsies': {
103-
'list_above' : False,
104-
'right_arrow_completion' : True,
103+
'list_above': False,
104+
'right_arrow_completion': True,
105105
}}
106106

107107
default_keys_to_commands = dict((value, key) for (key, value)

0 commit comments

Comments
 (0)
X Tutup