summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Halenok <denys.halenok@gmail.com>2024-01-11 20:16:20 +0100
committerGitHub <noreply@github.com>2024-01-11 20:16:20 +0100
commit90eae45b3818f6c6e74c2fcb972e2a692ade4c1e (patch)
tree5615b322c2941651ab3494c99f3a3258c4fb1905
parentc9ad85803382481a5f6085006bd10987e7c180e9 (diff)
[3.2.x] Fixed documented alias of smart_text().
-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 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')