From f77c44dd79b484f96a3077fd7ca64fd5b3c35fa1 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 15 Jun 2019 16:27:29 -0400 Subject: Fixed a few comments where "redirecting" accidentally got changed to "_redirecting" --- cmd2/parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/parsing.py') diff --git a/cmd2/parsing.py b/cmd2/parsing.py index a89f6e5e..f705128c 100644 --- a/cmd2/parsing.py +++ b/cmd2/parsing.py @@ -494,7 +494,7 @@ class StatementParser: output = constants.REDIRECTION_APPEND output_index = append_index - # Check if we are _redirecting to a file + # Check if we are redirecting to a file if len(tokens) > output_index + 1: unquoted_path = utils.strip_quotes(tokens[output_index + 1]) if unquoted_path: -- cgit v1.2.1