summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-11-13 02:24:33 -0800
committerTim Graham <timograham@gmail.com>2012-11-13 02:24:33 -0800
commit7733f1463141f2f0fd00cc18730582cfb365dc5d (patch)
tree0f7efb64af6b629bbe557668df30a581b3c17476 /docs/ref
parent09a39ca0824611280ae180fe4cc59df669097ecb (diff)
parent17b14d481984f3a466a02993b35940430e5dbe91 (diff)
Merge pull request #514 from nippo/master
Typo in comments doc
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::