From 0721bd42e15d60af7c259da86f11effacc6aa636 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 4 May 2012 19:05:33 -0500 Subject: [PATCH] not ever -> never --- extras/crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/crystal.py b/extras/crystal.py index aea808526..c4465b20d 100644 --- a/extras/crystal.py +++ b/extras/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: