From a42b4176e1cbf77c8e78ce2c3069fc93567d336b Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 27 Sep 2018 14:49:57 -0400 Subject: Addressing code review comments --- cmd2/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/utils.py') diff --git a/cmd2/utils.py b/cmd2/utils.py index a20f0b66..7f7a9b48 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -308,7 +308,7 @@ class StdSim(object): def unquote_redirection_tokens(args: List[str]) -> None: """ - Used to unquote redirection tokens in a list of command line arguments + Unquote redirection tokens in a list of command-line arguments This is used when redirection tokens have to be passed to another command :param args: the command line args """ -- cgit v1.2.1