Author: jacob
Date: 2008-08-27 17:55:10 -0500 (Wed, 27 Aug 2008)
New Revision: 8642
Modified:
django/trunk/django/contrib/comments/views/utils.py
Log:
Fixed #8601: a small typo in comment views.
Modified: django/trunk/django/contrib/comments/views/utils.py
===================================================================
--- django/trunk/django/contrib/comments/views/utils.py 2008-08-27 22:51:24 UTC
(rev 8641)
+++ django/trunk/django/contrib/comments/views/utils.py 2008-08-27 22:55:10 UTC
(rev 8642)
@@ -53,6 +53,6 @@
Context:
comment
The posted comment
- """ % (help, template)
+ """ % (doc, template)
)
return confirmed
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---