summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-06 08:28:51 -0400
committerTim Graham <timograham@gmail.com>2014-08-06 08:28:51 -0400
commite0fb48c2548c05b010c3b8d64f5906b092b0b503 (patch)
treebf19fd9265e0dde9e932f154d541d9b0d31ece0e /docs
parent12ac0bb91bd2c18c06409e88b025f42cfe1ef555 (diff)
[1.5.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/markup.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/markup.txt b/docs/ref/contrib/markup.txt
index 9215c64f93..a4450d5b7c 100644
--- a/docs/ref/contrib/markup.txt
+++ b/docs/ref/contrib/markup.txt
@@ -64,8 +64,8 @@ Markdown
--------
The Python Markdown library supports options named "safe_mode" and
-"enable_attributes". Both relate to the security of the output. To enable both
-options in tandem, the markdown filter supports the "safe" argument::
+"enable_attributes". Both relate to the security of the output. To use the safe
+settings of both options, the markdown filter supports the "safe" argument::
{{ markdown_content_var|markdown:"safe" }}