Skip to content

Commit a790e5f

Browse files
Update cmd2/cmd2.py
Co-Authored-By: tleonhardt <[email protected]>
1 parent 4c92660 commit a790e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def with_argparser(argparser: argparse.ArgumentParser,
243243
with the given instance of argparse.ArgumentParser.
244244
245245
:param argparser: unique instance of ArgumentParser
246-
:param preserve_quotes: if True, then arguments passed to arparse maintain their quotes
246+
:param preserve_quotes: if True, then arguments passed to argparse maintain their quotes
247247
:return: function that gets passed the argparse-parsed args
248248
"""
249249
import functools

0 commit comments

Comments
 (0)