summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorNicolas Ippolito <ippolito.nicolas@gmail.com>2012-11-12 22:15:41 +0100
committerTim Graham <timograham@gmail.com>2012-11-13 05:25:55 -0500
commitfdb855e7b23d9080f87ed13560bbe383271796cb (patch)
tree988c5a09291597dd2ba0f4662a60a4939c1e5fd7 /docs/ref
parentf8c005b4ec618a40b5ccd573c246a0b6d2960844 (diff)
[1.4.X] Typo in comments doc
Backport of 17b14d4819 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/comments/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt
index 61e7bd9f46..2b8362590f 100644
--- a/docs/ref/contrib/comments/index.txt
+++ b/docs/ref/contrib/comments/index.txt
@@ -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::