diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-03 16:35:01 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-03 16:35:01 -0400 |
commit | c9d5fc35166b4f6dcdb46fcb1255a013b3660f4a (patch) | |
tree | b694ffee6edf8cf8824615001bfbc9f246c28e73 /cmd2 | |
parent | 76d584f46104d2d92e98990e3cd3302974763ac5 (diff) | |
download | cmd2-git-c9d5fc35166b4f6dcdb46fcb1255a013b3660f4a.tar.gz |
Fixed spelling
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/argparse_completer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/argparse_completer.py b/cmd2/argparse_completer.py index bcbc9d57..74853fa8 100644 --- a/cmd2/argparse_completer.py +++ b/cmd2/argparse_completer.py @@ -439,7 +439,7 @@ class AutoCompleter(object): arg_state.max = action.nargs # This next block of processing tries to parse all parameters before the last parameter. - # We're trying to determine what specific argument the current cursor positition should be + # We're trying to determine what specific argument the current cursor position should be # matched with. When we finish parsing all of the arguments, we can determine whether the # last token is a positional or flag argument and which specific argument it is. # |