Kaydet (Commit) 08024e95 authored tarafından Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss

Fixed #8601: a small typo in comment views.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 1106c558
......@@ -53,6 +53,6 @@ def confirmation_view(template, doc="Display a confirmation view."):
Context:
comment
The posted comment
""" % (help, template)
""" % (doc, template)
)
return confirmed
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