From 2f27fdb9cf4334634fa38fda92c8ebae4868fac2 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 26 Oct 2018 15:11:07 -0400 Subject: Fixed messed up GitHub auto-commit from PR suggestion --- cmd2/cmd2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd2/cmd2.py') diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 53962e2a..718f311f 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -180,10 +180,9 @@ def with_argument_list(func: Callable[[Statement], Optional[bool]], shlex.split(). :param func: do_* method this decorator is wrapping - preserve_quotes: if True, then argument quotes will not be stripped + :param preserve_quotes: if True, then argument quotes will not be stripped :return: function that gets passed a list of argument strings """ - """""" import functools @functools.wraps(func) -- cgit v1.2.1