From 846fc7260a95cbb7235ed6f69a2cecee489d1048 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 7 Oct 2011 15:33:55 +0000 Subject: [PATCH] Fixed typo in r16935. Refs #17012. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16936 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index b988a47136..42a94c4513 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1489,7 +1489,7 @@ PROFANITIES_LIST Default: ``()`` (Empty tuple) 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