summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-08-27 22:55:10 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-08-27 22:55:10 +0000
commit08024e95035bb039db0cc281f9046998c7d68c0d (patch)
tree81e3d108313d3caa8fb1522692e21e61be7aed1c
parent1106c558b1e8d141185f0b3667e374c735c8aaeb (diff)
Fixed #8601: a small typo in comment views.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/comments/views/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/comments/views/utils.py b/django/contrib/comments/views/utils.py
index 0787e9032e..e094ffa6e5 100644
--- a/django/contrib/comments/views/utils.py
+++ b/django/contrib/comments/views/utils.py
@@ -53,6 +53,6 @@ def confirmation_view(template, doc="Display a confirmation view."):
Context:
comment
The posted comment
- """ % (help, template)
+ """ % (doc, template)
)
return confirmed