Skip to content

Commit

Permalink
[3.2.x] Fixed documented alias of smart_text().
Browse files Browse the repository at this point in the history
dhalenok authored Jan 11, 2024
1 parent c9ad858 commit 90eae45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/utils.txt
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit 90eae45

Please sign in to comment.