Skip to content

Commit

Permalink
Fix small grammatical error in comment.
Browse files Browse the repository at this point in the history
Changed 'there are no filtering' to 'there is no filtering'.
  • Loading branch information
NiGhTTraX committed Sep 24, 2013
1 parent 53c7d66 commit 8e737cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/models/sql/subqueries.py
Expand Up @@ -62,7 +62,7 @@ def delete_qs(self, query, using):
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:
Expand Down

0 comments on commit 8e737cf

Please sign in to comment.