summaryrefslogtreecommitdiff
path: root/django/db/models/query.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/models/query.py')
-rw-r--r--django/db/models/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/query.py b/django/db/models/query.py
index 244cfaf164..290be2e779 100644
--- a/django/db/models/query.py
+++ b/django/db/models/query.py
@@ -1267,7 +1267,7 @@ class RawQuerySet:
index = columns.index(query_name)
columns[index] = model_name
except ValueError:
- # Ignore translations for non-existent column names
+ # Ignore translations for nonexistent column names
pass
return columns