Skip to content

Commit 2f27fdb

Browse files
committed
Fixed messed up GitHub auto-commit from PR suggestion
1 parent a790e5f commit 2f27fdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ def with_argument_list(func: Callable[[Statement], Optional[bool]],
180180
shlex.split().
181181
182182
:param func: do_* method this decorator is wrapping
183-
preserve_quotes: if True, then argument quotes will not be stripped
183+
:param preserve_quotes: if True, then argument quotes will not be stripped
184184
:return: function that gets passed a list of argument strings
185185
"""
186-
""""""
187186
import functools
188187

189188
@functools.wraps(func)

0 commit comments

Comments
 (0)