Skip to content

Commit 2d14ce9

Browse files
committed
Added comment
1 parent a345044 commit 2d14ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_argparse_completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ def test_arg_tokens(ac_app, command_and_args, completions):
813813
# Group finished by --flag. Optional positional will be skipped and last_arg will show its hint.
814814
('mutex --flag flag_val', '', 'the last arg', None),
815815
816-
# Group finished by --flag. Other flag won't complete.
816+
# Group finished by --flag. Other flag name won't complete.
817817
('mutex --flag flag_val', '--oth', '', None),
818818
819819
# Group finished by --flag. Error will display trying to complete other flag's value.

0 commit comments

Comments
 (0)