summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd2/argparse_completer.py2
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.
#