Skip to content

Commit 59b793b

Browse files
authored
gh-141343: Fix swapped words in sorted doc (GH-141348)
1 parent 1110e8f commit 59b793b

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

18641864
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
18651865

0 commit comments

Comments
 (0)