Skip to content

Commit cd0674f

Browse files
committed
Fixed comment
1 parent bf11c16 commit cd0674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ def tokens_for_completion(self, line, begidx, endidx):
13731373

13741374
# Since redirection is enabled, we need to treat redirection characters (|, <, >)
13751375
# as word breaks when they are in unquoted strings. Go through each token
1376-
# and further split them these characters. Each run of redirect characters
1376+
# and further split them on these characters. Each run of redirect characters
13771377
# is treated as a single token.
13781378
raw_tokens = []
13791379

0 commit comments

Comments
 (0)