Skip to content

Commit 0facabc

Browse files
[3.13] gh-141343: Fix swapped words in sorted doc (GH-141356)
(cherry picked from commit 59b793b) Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
1 parent 6384c79 commit 0facabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ are always available. They are listed here in alphabetical order.
18761876
the same data with other ordering tools such as :func:`max` that rely
18771877
on a different underlying method. Implementing all six comparisons
18781878
also helps avoid confusion for mixed type comparisons which can call
1879-
reflected the :meth:`~object.__gt__` method.
1879+
the reflected :meth:`~object.__gt__` method.
18801880

18811881
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
18821882

0 commit comments

Comments
 (0)