diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2011-01-21 20:16:38 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2011-01-21 20:16:38 +0000 |
| commit | 5fcce5e10f8174f91604ea66e0ece1a8a0da80f6 (patch) | |
| tree | 4cf6d3ab6ea2423832b9660081897b92d2b26472 | |
| parent | 47c653999f473b9dab9aa000fb2f3e164af437e1 (diff) | |
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
| -rw-r--r-- | docs/topics/generic-views-migration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/generic-views-migration.txt b/docs/topics/generic-views-migration.txt index bf3a5f2b62..b68f4a35a9 100644 --- a/docs/topics/generic-views-migration.txt +++ b/docs/topics/generic-views-migration.txt @@ -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 -------------------------------------- |
