summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
authorkmvanbrunt <kmvanbrunt@gmail.com>2018-10-26 14:54:17 -0400
committerGitHub <noreply@github.com>2018-10-26 14:54:17 -0400
commita790e5fbace8b3d3b060ee7337d191d1a50e404e (patch)
tree75cb62e9d82e1abe6fff99f7bb6d89cdb00ea418 /cmd2
parent4c9266087aac5f9191ba8396ab65a7a52f5fbe45 (diff)
downloadcmd2-git-a790e5fbace8b3d3b060ee7337d191d1a50e404e.tar.gz
Update cmd2/cmd2.py
Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com>
Diffstat (limited to 'cmd2')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index f4e751de..53962e2a 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -243,7 +243,7 @@ def with_argparser(argparser: argparse.ArgumentParser,
with the given instance of argparse.ArgumentParser.
: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 the argparse-parsed args
"""
import functools