We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0239e1 commit 10a66c2Copy full SHA for 10a66c2
compdb/cli.py
@@ -509,7 +509,7 @@ def main(argv=None):
509
title='available commands', metavar='<command>', dest='command')
510
subparsers.dest = 'command'
511
# 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
+ # forcing it to true limits the differences between the two
513
subparsers.required = True
514
515
env = Environment()
0 commit comments