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:11 -0500
commitb3ea37e304554b511789a7429319484a7436d2e3 (patch)
tree07e050e1d99977bc110d0dadcf5fff8c97fb486d /docs/ref
parent3db2aeec988f7bc9ad8a0844809a5bd4d7211669 (diff)
[1.5.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 1c6ff7c7ed..adda1eaf6c 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::