diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-04 19:05:33 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-04 19:05:33 -0500 |
commit | 0721bd42e15d60af7c259da86f11effacc6aa636 (patch) | |
tree | d6defef8f163e6f631109204107269a21dad9130 /extras/crystal.py | |
parent | 94ea6ef442ac19f246d353f8c47bf08a4819d6d1 (diff) |
not ever -> never
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |