From c819780d3f46b6e4e67aa135c840f78dc24468e1 Mon Sep 17 00:00:00 2001 From: Razzi Abuissa Date: Wed, 11 Nov 2015 13:52:13 -0800 Subject: [PATCH] Removed gendered pronoun in a code comment. --- django/db/models/lookups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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