summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 14:49:57 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 14:49:57 -0400
commita42b4176e1cbf77c8e78ce2c3069fc93567d336b (patch)
tree08a370dca5365749ac71234254eb5fee25256dbd /cmd2/utils.py
parent221bdad25f014b38f2762cbbe684fa341add6d6c (diff)
downloadcmd2-git-a42b4176e1cbf77c8e78ce2c3069fc93567d336b.tar.gz
Addressing code review comments
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r--cmd2/utils.py2
1 files changed, 1 insertions, 1 deletions
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
"""