Kaydet (Commit) fc7ef1c8 authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixed #11831 -- Corrected typo in comments docs. Thanks to gsf for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 1ed9d29d
...@@ -89,7 +89,7 @@ different ways you can specify which object to attach to: ...@@ -89,7 +89,7 @@ different ways you can specify which object to attach to:
Displaying comments Displaying comments
------------------- -------------------
To get a the list of comments for some object, use :ttag:`get_comment_list`:: To get the list of comments for some object, use :ttag:`get_comment_list`::
{% get_comment_list for [object] as [varname] %} {% get_comment_list for [object] as [varname] %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment