Fixed #8601: a small typo in comment views.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-08-27 22:55:10 +00:00
parent 1106c558b1
commit 08024e9503
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ def confirmation_view(template, doc="Display a confirmation view."):
Context:
comment
The posted comment
""" % (help, template)
""" % (doc, template)
)
return confirmed