summaryrefslogtreecommitdiff
path: root/django/db/models/sql
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-07-18 17:54:15 +0200
committerTim Graham <timograham@gmail.com>2018-07-18 11:54:15 -0400
commita73cf8110e6cccbf46bf77fd4ddce2df99df53ca (patch)
tree1403b374e47a80000eef37bc4c43c2c412cb5e97 /django/db/models/sql
parent6e78e1054933c36a2e0fdf998db780c88bdef4a9 (diff)
Removed duplicate words in various comments.
Diffstat (limited to 'django/db/models/sql')
-rw-r--r--django/db/models/sql/query.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py
index 2a3510f992..f5f26b9426 100644
--- a/django/db/models/sql/query.py
+++ b/django/db/models/sql/query.py
@@ -1484,8 +1484,8 @@ class Query:
joins = [alias]
# The transform can't be applied yet, as joins must be trimmed later.
# To avoid making every caller of this method look up transforms
- # directly, compute transforms here and and create a partial that
- # converts fields to the appropriate wrapped version.
+ # directly, compute transforms here and create a partial that converts
+ # fields to the appropriate wrapped version.
def final_transformer(field, alias):
return field.get_col(alias)