mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
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:
parent
1106c558b1
commit
08024e9503
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ def confirmation_view(template, doc="Display a confirmation view."):
|
|||
Context:
|
||||
comment
|
||||
The posted comment
|
||||
""" % (help, template)
|
||||
""" % (doc, template)
|
||||
)
|
||||
return confirmed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue