summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-05-15 19:06:52 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-05-15 19:06:52 +0000
commit72e824ad149ef97da5d11b6788aa13002a3f7a33 (patch)
tree5da9b700a6a4a79e920cd4cc21a0c65bec019bc9
parent7969c1bb655d24f98e8653d9008c90c6b0280673 (diff)
Fixed #4303 -- Fixed typo in docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/db-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 9d2f09daf3..71944f4047 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1780,7 +1780,7 @@ get_list_or_404()
-----------------
``get_list_or_404`` behaves the same was as ``get_object_or_404()``
--- except the it uses using ``filter()`` instead of ``get()``. It raises
+-- except that it uses using ``filter()`` instead of ``get()``. It raises
``Http404`` if the list is empty.
Falling back to raw SQL