diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-09-29 04:09:39 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-09-29 04:09:39 +0000 |
| commit | e9f647e11f9ee77dea71f9302904474c13ff3b5a (patch) | |
| tree | c2fba1336ed7b884da15ea1e93c901e6f1d4aaa5 /docs | |
| parent | e625920a47c1985c39065fd1a36d6ba5ea1903dc (diff) | |
Fixed #9234 -- Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/queries.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 1460fb21ad..cecc5e5756 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -340,7 +340,7 @@ you'll probably use: .. code-block:: sql - SELECT ... WHERE headline = 'Man bits dog'; + SELECT ... WHERE headline = 'Man bites dog'; If you don't provide a lookup type -- that is, if your keyword argument doesn't contain a double underscore -- the lookup type is assumed to be @@ -993,4 +993,4 @@ standpoint. For instructions, see :ref:`topics-db-sql`. Finally, it's important to note that the Django database layer is merely an interface to your database. You can access your database via other tools, programming languages or database frameworks; there's nothing Django-specific -about your database.
\ No newline at end of file +about your database. |
