Merge pull request #514 from nippo/master

Typo in comments doc
This commit is contained in:
Tim Graham 2012-11-13 02:24:33 -08:00
commit 7733f14631
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ default version of which is included with Django.
Rendering a custom comment form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you want more control over the look and feel of the comment form, you use use
If you want more control over the look and feel of the comment form, you may use
:ttag:`get_comment_form` to get a :doc:`form object </topics/forms/index>` that
you can use in the template::