1
0
mirror of https://github.com/django/django.git synced 2025-04-19 23:04:36 +00:00

[1.4.X] Typo in comments doc

Backport of 17b14d4819 from master
This commit is contained in:
Nicolas Ippolito 2012-11-12 22:15:41 +01:00 committed by Tim Graham
parent f8c005b4ec
commit fdb855e7b2

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::