Skip to content

Commit 4c92660

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

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
@@ -201,7 +201,7 @@ def with_argparser_and_unknown_args(argparser: argparse.ArgumentParser, preserve
201201
instance of argparse.ArgumentParser, but also returning unknown args as a list.
202202
203203
:param argparser: unique instance of ArgumentParser
204-
:param preserve_quotes: if True, then arguments passed to arparse maintain their quotes
204+
:param preserve_quotes: if True, then arguments passed to argparse maintain their quotes
205205
:return: function that gets passed argparse-parsed args and a list of unknown argument strings
206206
"""
207207
import functools

0 commit comments

Comments
 (0)