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 6384c79 commit 0facabcCopy full SHA for 0facabc
Doc/library/functions.rst
@@ -1876,7 +1876,7 @@ are always available. They are listed here in alphabetical order.
1876
the same data with other ordering tools such as :func:`max` that rely
1877
on a different underlying method. Implementing all six comparisons
1878
also helps avoid confusion for mixed type comparisons which can call
1879
- reflected the :meth:`~object.__gt__` method.
+ the reflected :meth:`~object.__gt__` method.
1880
1881
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
1882
0 commit comments