not ever -> never

original-commit-id: 0721bd42e15d60af7c259da86f11effacc6aa636
This commit is contained in:
Bryan Bishop 2012-05-04 19:05:33 -05:00
parent 7e8f830289
commit 854c3d7f50

View File

@ -1915,7 +1915,7 @@ class MainText(TextCommand):
output += "\""
in_quotes = True
# the above if statement is probably not ever called
# the above if statement is probably never called
else:
if not in_quotes:
if not new_line and not was_comma: