summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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