Skip to content

Commit 7618754

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

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
@@ -1887,7 +1887,7 @@ are always available. They are listed here in alphabetical order.
18871887
the same data with other ordering tools such as :func:`max` that rely
18881888
on a different underlying method. Implementing all six comparisons
18891889
also helps avoid confusion for mixed type comparisons which can call
1890-
reflected the :meth:`~object.__gt__` method.
1890+
the reflected :meth:`~object.__gt__` method.
18911891

18921892
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
18931893

0 commit comments

Comments
 (0)