summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 644532f621..22d52acbfe 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -707,8 +707,8 @@ escaping HTML.
If ``value`` is ``"<b>Joel</b> <button>is</button> a <span>slug</span>"``
the return value will be ``"Joel is a slug"``.
- If you are looking for a more robust solution, take a look at the
- :pypi:`bleach` Python package.
+ If you are looking for a more robust solution, consider using a third-party
+ HTML sanitizing tool.
.. function:: html_safe()