summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-29 02:14:39 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-29 02:14:39 -0400
commitcd0674fa6894b8f9c6cdf866bc838935a9ee76bb (patch)
tree8067c5deaca5fd24a64aae65f53cd4a0d931536a
parentbf11c167a92386af38c4900b43e9d3f2c26302bb (diff)
downloadcmd2-git-cd0674fa6894b8f9c6cdf866bc838935a9ee76bb.tar.gz
Fixed comment
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index e42bf3cc..eb7ec104 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1373,7 +1373,7 @@ class Cmd(cmd.Cmd):
# Since redirection is enabled, we need to treat redirection characters (|, <, >)
# as word breaks when they are in unquoted strings. Go through each token
- # and further split them these characters. Each run of redirect characters
+ # and further split them on these characters. Each run of redirect characters
# is treated as a single token.
raw_tokens = []