Fixed a typo in the docs, thanks to sunoano for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor 2011-01-21 20:16:38 +00:00
parent 47c653999f
commit 5fcce5e10f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ can be replaced with an instance of
-----------------------------------------------------
The ``template`` argument to the ``direct_to_template`` view has been renamed
``template_name``. This has ben done to maintain consistency with other views.
``template_name``. This has been done to maintain consistency with other views.
``object_id`` argument to detail views
--------------------------------------