From 1c2e11c7f4b07fb854a58645ba25633c8fe56310 Mon Sep 17 00:00:00 2001 From: Clifford Gama <53076065+cliff688@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:38:23 +0200 Subject: [PATCH] [5.2.x] Fixed typo in docs/ref/utils.txt. Backport of ac2d907f459b2cb7ddea7451764e7020ffee08e6 from main --- docs/ref/utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::