summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-28 14:52:26 -0400
committerTim Graham <timograham@gmail.com>2013-10-28 14:52:26 -0400
commitffcfb4cdccefaf3b8d3a1e2e7adbfbd2539bbb32 (patch)
tree76aa027743bd2f66ed474b8dffccd0b1289a797f /docs/ref
parent0336d0d95e8ce9eb8479ad556d53ada78d06b59c (diff)
Fixed #21344 -- Typo in docs/ref/models/queries.txt
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/queries.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/queries.txt b/docs/ref/models/queries.txt
index bf7480ef69..d07156c0b9 100644
--- a/docs/ref/models/queries.txt
+++ b/docs/ref/models/queries.txt
@@ -19,7 +19,7 @@ without actually having to pull them out of the database into Python memory.
Instead, Django uses the ``F()`` object to generate a SQL expression that
describes the required operation at the database level.
-This is easiest to understand though an example. Normally, one might do
+This is easiest to understand through an example. Normally, one might do
something like this::
# Tintin filed a news story!