summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClifford Gama <53076065+cliff688@users.noreply.github.com>2025-07-13 19:38:23 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-07-13 19:38:44 +0200
commit1c2e11c7f4b07fb854a58645ba25633c8fe56310 (patch)
tree8a70b7cff0d0a3d80be6da2612cdd6304b19bf5a
parente5080fc5e94eb9b32bf8abc031602c40d9ff36c1 (diff)
[5.2.x] Fixed typo in docs/ref/utils.txt.
Backport of ac2d907f459b2cb7ddea7451764e7020ffee08e6 from main
-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 438a38cea0..778012ce04 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -746,7 +746,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::