We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8badb8e commit 7204eb5Copy full SHA for 7204eb5
1 file changed
bpython/args.py
@@ -74,9 +74,12 @@ def callback(group):
74
75
parse(
76
['-i', '-m', 'foo.py'],
77
- ('Front end-specific options',
78
- 'A full description of what these options are for',
79
- callback))
+ (
+ 'Front end-specific options',
+ 'A full description of what these options are for',
80
+ callback
81
+ ),
82
+ )
83
84
85
Return a tuple of (config, options, exec_args) wherein "config" is the
0 commit comments