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
This commit is contained in:
Adrian Holovaty 2007-05-15 19:06:52 +00:00
parent 7969c1bb65
commit 72e824ad14
1 changed files with 1 additions and 1 deletions

View File

@ -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