mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[3.2.x] Fixed documented alias of smart_text().
This commit is contained in:
parent
c9ad858033
commit
90eae45b38
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user