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: