From 08024e95035bb039db0cc281f9046998c7d68c0d Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 27 Aug 2008 22:55:10 +0000 Subject: [PATCH] Fixed #8601: a small typo in comment views. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8642 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/views/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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