From 80e89b1116414ca7649178d5517a02004294f887 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 3 Apr 2017 15:32:44 -0400 Subject: [PATCH] spelling is hard --- awx/main/fields.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/main/fields.py b/awx/main/fields.py index ec4e238d4d..61383b9c82 100644 --- a/awx/main/fields.py +++ b/awx/main/fields.py @@ -5,7 +5,7 @@ import json import re import sys -from pyparsing import infixNotation, opAssoc, Word, Optional, Literal, CharsNotIn +from pyparsing import infixNotation, opAssoc, Optional, Literal, CharsNotIn # Django from django.db.models.signals import ( @@ -477,6 +477,6 @@ class DynamicFilterField(models.TextField): if len(res) > 0: return res[0].result - raise RuntimeError("Parsing the filter_string %s wen't terribly wrong" % filter_string) + raise RuntimeError("Parsing the filter_string %s went terribly wrong" % filter_string)