mirror of
https://github.com/python/cpython.git
synced 2026-02-08 02:40:43 +00:00
[3.13] gh-141343: Fix swapped words in sorted doc (GH-141356)
(cherry picked from commit 59b793b0dd)
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
This commit is contained in:
parent
6384c7917d
commit
0facabc2d8
1 changed files with 1 additions and 1 deletions
|
|
@ -1876,7 +1876,7 @@ are always available. They are listed here in alphabetical order.
|
|||
the same data with other ordering tools such as :func:`max` that rely
|
||||
on a different underlying method. Implementing all six comparisons
|
||||
also helps avoid confusion for mixed type comparisons which can call
|
||||
reflected the :meth:`~object.__gt__` method.
|
||||
the reflected :meth:`~object.__gt__` method.
|
||||
|
||||
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue