not ever -> never

This commit is contained in:
Bryan Bishop 2012-05-04 19:05:33 -05:00
parent 94ea6ef442
commit 0721bd42e1

View File

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