summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRazzi Abuissa <razzi53@gmail.com>2015-11-11 13:52:13 -0800
committerTim Graham <timograham@gmail.com>2015-11-11 17:07:13 -0500
commitc819780d3f46b6e4e67aa135c840f78dc24468e1 (patch)
tree0a7d8b512e4714aac394f26c34994cad2cb24a54
parent34bb6c0cb7b5b7b86390252389cc1b2b037d9ec6 (diff)
Removed gendered pronoun in a code comment.
-rw-r--r--django/db/models/lookups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/lookups.py b/django/db/models/lookups.py
index 067722b6bb..7b4862a46c 100644
--- a/django/db/models/lookups.py
+++ b/django/db/models/lookups.py
@@ -22,7 +22,7 @@ class Lookup(object):
else:
bilateral_transforms = []
if bilateral_transforms:
- # We should warn the user as soon as possible if he is trying to apply
+ # Warn the user as soon as possible if they are trying to apply
# a bilateral transformation on a nested QuerySet: that won't work.
# We need to import QuerySet here so as to avoid circular
from django.db.models.query import QuerySet