diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-25 22:34:27 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-25 22:34:27 +0000 |
| commit | 6abe0460c8cbfa3901c55912b386d53541d94abb (patch) | |
| tree | 9ef77a977a2f26287eeb05cae77c849c7d2901b8 /docs | |
| parent | cba91997a24f3cb154c7c51029c6dd91471f8800 (diff) | |
Fixed a silly typo in comment settings doc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/comments/settings.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/comments/settings.txt b/docs/ref/contrib/comments/settings.txt index 4bd60f7bcb..2aa392c260 100644 --- a/docs/ref/contrib/comments/settings.txt +++ b/docs/ref/contrib/comments/settings.txt @@ -24,10 +24,10 @@ COMMENT_MAX_LENGTH 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 |
