From 90eae45b3818f6c6e74c2fcb972e2a692ade4c1e Mon Sep 17 00:00:00 2001 From: Denys Halenok Date: Thu, 11 Jan 2024 20:16:20 +0100 Subject: [PATCH] [3.2.x] Fixed documented alias of smart_text(). --- 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 ce3a4cba03..0c296f8d55 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -276,7 +276,7 @@ The functions defined in this module share the following properties: .. deprecated:: 3.0 - Alias of :func:`force_str` for backwards compatibility, especially in code + Alias of :func:`smart_str` for backwards compatibility, especially in code that supports Python 2. .. function:: force_text(s, encoding='utf-8', strings_only=False, errors='strict')