Commit fdb855e7 authored by Nicolas Ippolito's avatar Nicolas Ippolito Committed by Tim Graham
Browse files

[1.4.X] Typo in comments doc

Backport of 17b14d48 from master
parent f8c005b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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::