From 854c3d7f508f0f30d64ee65a65860cbb434cfc0a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 4 May 2012 19:05:33 -0500 Subject: not ever -> never original-commit-id: 0721bd42e15d60af7c259da86f11effacc6aa636 --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crystal.py') diff --git a/crystal.py b/crystal.py index aea8085..c4465b2 100644 --- a/crystal.py +++ b/crystal.py @@ -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: -- cgit v1.2.3