8000 [3.2.x] Fixed documented alias of smart_text(). · django/django@90eae45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90eae45

Browse files
authored
[3.2.x] Fixed documented alias of smart_text().
1 parent c9ad858 commit 90eae45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/utils.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The functions defined in this module share the following properties:
276276

277277
.. deprecated:: 3.0
278278

279-
Alias of :func:`force_str` for backwards compatibility, especially in code
279+
Alias of :func:`smart_str` for backwards compatibility, especially in code
280280
that supports Python 2.
281281

282282
.. function:: force_text(s, encoding='utf-8', strings_only=False, errors='strict')

0 commit comments

Comments
 (0)
0