From 8e737cf28212ba65d93e62b58a21d929e0bced26 Mon Sep 17 00:00:00 2001 From: Andrei Picus Date: Tue, 24 Sep 2013 14:55:05 +0300 Subject: [PATCH] Fix small grammatical error in comment. Changed 'there are no filtering' to 'there is no filtering'. --- django/db/models/sql/subqueries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/db/models/sql/subqueries.py b/django/db/models/sql/subqueries.py index 3f2e4d547f..11360aa037 100644 --- a/django/db/models/sql/subqueries.py +++ b/django/db/models/sql/subqueries.py @@ -62,7 +62,7 @@ class DeleteQuery(Query): if innerq.alias_refcount[t]] if ((not innerq_used_tables or innerq_used_tables == self.tables) and not len(innerq.having)): - # There is only the base table in use in the query, and there are + # There is only the base table in use in the query, and there is # no aggregate filtering going on. self.where = innerq.where else: