Skip to content

Commit 7a16a1d

Browse files
committed
Corrected typo in [5746].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent cae92ae commit 7a16a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/shortcuts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_object_or_404(klass, *args, **kwargs):
5050
def get_list_or_404(klass, *args, **kwargs):
5151
"""
5252
Use filter() to return a list of objects, or raise a Http404 exception if
53-
the list is emtpy.
53+
the list is empty.
5454
5555
klass may be a Model, Manager, or QuerySet object. All other passed
5656
arguments and keyword arguments are used in the filter() query.

0 commit comments

Comments
 (0)