diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-27 22:55:10 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-27 22:55:10 +0000 |
| commit | 08024e95035bb039db0cc281f9046998c7d68c0d (patch) | |
| tree | 81e3d108313d3caa8fb1522692e21e61be7aed1c | |
| parent | 1106c558b1e8d141185f0b3667e374c735c8aaeb (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.py | 2 |
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 |
