Skip to content

Commit 7204eb5

Browse files
committed
Improve docstring
1 parent 8badb8e commit 7204eb5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

bpython/args.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ def callback(group):
7474
7575
parse(
7676
['-i', '-m', 'foo.py'],
77-
('Front end-specific options',
78-
'A full description of what these options are for',
79-
callback))
77+
(
78+
'Front end-specific options',
79+
'A full description of what these options are for',
80+
callback
81+
),
82+
)
8083
8184
8285
Return a tuple of (config, options, exec_args) wherein "config" is the

0 commit comments

Comments
 (0)