summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorkmvanbrunt <kmvanbrunt@gmail.com>2018-10-26 14:54:11 -0400
committerGitHub <noreply@github.com>2018-10-26 14:54:11 -0400
commit4c9266087aac5f9191ba8396ab65a7a52f5fbe45 (patch)
tree6b58f42ee0317961ff63e68212f652b6192477d7 /cmd2/cmd2.py
parentd411090c4aec0ad0f67763c0e480fb535dc91602 (diff)
downloadcmd2-git-4c9266087aac5f9191ba8396ab65a7a52f5fbe45.tar.gz
Update cmd2/cmd2.py
Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com>
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 596447be..f4e751de 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -201,7 +201,7 @@ def with_argparser_and_unknown_args(argparser: argparse.ArgumentParser, preserve
instance of argparse.ArgumentParser, but also returning unknown args as a list.
:param argparser: unique instance of ArgumentParser
- :param preserve_quotes: if True, then arguments passed to arparse maintain their quotes
+ :param preserve_quotes: if True, then arguments passed to argparse maintain their quotes
:return: function that gets passed argparse-parsed args and a list of unknown argument strings
"""
import functools