summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seddon <david@seddonym.me>2015-03-25 17:38:56 +0000
committerDavid Seddon <david@seddonym.me>2015-03-25 17:38:56 +0000
commit0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 (patch)
tree3e7ac05a41f76dff711cf66af2cba4c852f55bf4
parentcda74c7fc99abe1848e1f4965070108dd2ae378a (diff)
Corrected typo in documentation
-rw-r--r--docs/topics/db/queries.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index 3d8f693a5b..8bb2bab482 100644
--- a/docs/topics/db/queries.txt
+++ b/docs/topics/db/queries.txt
@@ -598,7 +598,7 @@ may not be the same as the entries in the first filter. We are filtering the
However, unlike the behavior when using
:meth:`~django.db.models.query.QuerySet.filter`, this will not limit blogs
- based on entries that satisfying both conditions. In order to do that, i.e.
+ based on entries that satisfy both conditions. In order to do that, i.e.
to select all blogs that do not contain entries published with *"Lennon"*
that were published in 2008, you need to make two queries::