Author: jacob Date: 2008-08-25 17:34:27 -0500 (Mon, 25 Aug 2008) New Revision: 8558
Modified: django/trunk/docs/ref/contrib/comments/settings.txt Log: Fixed a silly typo in comment settings doc. Modified: django/trunk/docs/ref/contrib/comments/settings.txt =================================================================== --- django/trunk/docs/ref/contrib/comments/settings.txt 2008-08-25 22:14:22 UTC (rev 8557) +++ django/trunk/docs/ref/contrib/comments/settings.txt 2008-08-25 22:34:27 UTC (rev 8558) @@ -24,10 +24,10 @@ The maximum length of the comment field, in characters. Comments longer than this will be rejected. Defaults to 3000. -.. setting:: COMENTS_APP +.. setting:: COMMENTS_APP -COMENTS_APP ------------ +COMMENTS_APP +------------ The app (i.e. entry in ``INSTALLED_APPS``) responsible for all "business logic." You can change this to provide custom comment models and forms, though this is --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
