Commit 08024e95 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Fixed #8601: a small typo in comment views.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 1106c558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ def confirmation_view(template, doc="Display a confirmation view."):
        Context:
            comment
                The posted comment
        """ % (help, template)
        """ % (doc, template)
    )
    return confirmed