We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sorted
1 parent 1110e8f commit 59b793bCopy full SHA for 59b793b
Doc/library/functions.rst
@@ -1859,7 +1859,7 @@ are always available. They are listed here in alphabetical order.
1859
the same data with other ordering tools such as :func:`max` that rely
1860
on a different underlying method. Implementing all six comparisons
1861
also helps avoid confusion for mixed type comparisons which can call
1862
- reflected the :meth:`~object.__gt__` method.
+ the reflected :meth:`~object.__gt__` method.
1863
1864
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
1865
0 commit comments