summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClifford Gama <53076065+cliff688@users.noreply.github.com>2025-07-13 19:38:23 +0200
committerGitHub <noreply@github.com>2025-07-13 19:38:23 +0200
commitac2d907f459b2cb7ddea7451764e7020ffee08e6 (patch)
tree6e1b91fe6a5d59ef5a626e7e60288becaebcebda /docs
parent43c68042c9cfbf51ceb3ad8dd3a5f0220a2a13e9 (diff)
Fixed typo in docs/ref/utils.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 3f72672622..63f98dc2c3 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -741,7 +741,7 @@ escaping HTML.
is anything contained within ``<>``.
Absolutely NO guarantee is provided about the resulting string being
- 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
escaping it first, for example with :func:`~django.utils.html.escape`.
For example::