Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt McClanahan

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-11-27 23:38:49 +00:00
parent 7c1cc5fb25
commit 9c44d8b60b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ def object_detail(request, queryset, object_id=None, slug=None,
context_processors=None, template_object_name='object',
mimetype=None):
"""
Generic list of objects.
Generic detail of an object.
Templates: ``<app_label>/<model_name>_detail.html``
Context: