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 c12a0be commit 7618754Copy full SHA for 7618754
Doc/library/functions.rst
@@ -1887,7 +1887,7 @@ are always available. They are listed here in alphabetical order.
1887
the same data with other ordering tools such as :func:`max` that rely
1888
on a different underlying method. Implementing all six comparisons
1889
also helps avoid confusion for mixed type comparisons which can call
1890
- reflected the :meth:`~object.__gt__` method.
+ the reflected :meth:`~object.__gt__` method.
1891
1892
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
1893
0 commit comments