Fixed typo in r16935. Refs #17012.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Aymeric Augustin 2011-10-07 15:33:55 +00:00
parent 510ea906f7
commit 846fc7260a
1 changed files with 1 additions and 1 deletions

View File

@ -1489,7 +1489,7 @@ PROFANITIES_LIST
Default: ``()`` (Empty tuple) Default: ``()`` (Empty tuple)
A tuple of profanities, as strings, that will be forbidden in comments when A tuple of profanities, as strings, that will be forbidden in comments when
:setting:`COMMENTS_ALLOW_PROFANITIES` is ``True``. :setting:`COMMENTS_ALLOW_PROFANITIES` is ``False``.
.. setting:: RESTRUCTUREDTEXT_FILTER_SETTINGS .. setting:: RESTRUCTUREDTEXT_FILTER_SETTINGS