Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 42382fe commit 7ac98aeCopy full SHA for 7ac98ae
1 file changed
Doc/library/functions.rst
@@ -1026,8 +1026,8 @@ are always available. They are listed here in alphabetical order.
1026
*reverse* is a boolean value. If set to ``True``, then the list elements are
1027
sorted as if each comparison were reversed.
1028
1029
- Use :func:`functools.cmp_to_key` to convert an
1030
- old-style *cmp* function to a *key* function.
+ Use :func:`functools.cmp_to_key` to convert an old-style *cmp* function to a
+ *key* function.
1031
1032
For sorting examples and a brief sorting tutorial, see `Sorting HowTo
1033
<http://wiki.python.org/moin/HowTo/Sorting/>`_\.
0 commit comments