Skip to content

Commit ac2d907

Browse files
authored
Fixed typo in docs/ref/utils.txt.
1 parent 43c6804 commit ac2d907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/utils.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ escaping HTML.
741741
is anything contained within ``<>``.
742742

743743
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
744+
HTML safe. So NEVER mark safe the result of a ``strip_tags`` call without
745745
escaping it first, for example with :func:`~django.utils.html.escape`.
746746

747747
For example::

0 commit comments

Comments
 (0)