Skip to content

Commit

Permalink
Corrected typo in [5746].
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Jul 22, 2007
1 parent cae92ae commit 7a16a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/shortcuts/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_object_or_404(klass, *args, **kwargs):
def get_list_or_404(klass, *args, **kwargs): def get_list_or_404(klass, *args, **kwargs):
""" """
Use filter() to return a list of objects, or raise a Http404 exception if Use filter() to return a list of objects, or raise a Http404 exception if
the list is emtpy. the list is empty.
klass may be a Model, Manager, or QuerySet object. All other passed klass may be a Model, Manager, or QuerySet object. All other passed
arguments and keyword arguments are used in the filter() query. arguments and keyword arguments are used in the filter() query.
Expand Down

0 comments on commit 7a16a1d

Please sign in to comment.