We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c6804 commit ac2d907Copy full SHA for ac2d907
1 file changed
docs/ref/utils.txt
@@ -741,7 +741,7 @@ escaping HTML.
741
is anything contained within ``<>``.
742
743
Absolutely NO guarantee is provided about the resulting string being
744
- HTML safe. So NEVER mark safe the result of a ``strip_tag`` call without
+ HTML safe. So NEVER mark safe the result of a ``strip_tags`` call without
745
escaping it first, for example with :func:`~django.utils.html.escape`.
746
747
For example::
0 commit comments