Skip to content

Commit 10a66c2

Browse files
committed
cli: fix typo in comment
1 parent e0239e1 commit 10a66c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compdb/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def main(argv=None):
509509
title='available commands', metavar='<command>', dest='command')
510510
subparsers.dest = 'command'
511511
# subcommand seems to be required by default in python 2.7 but not 3.5,
512-
# forcing it to true limit the differences between the two
512+
# forcing it to true limits the differences between the two
513513
subparsers.required = True
514514

515515
env = Environment()

0 commit comments

Comments
 (0)