summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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