Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ac98ae

Browse files
committed
wrap
1 parent 42382fe commit 7ac98ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,8 +1026,8 @@ are always available. They are listed here in alphabetical order.
10261026
*reverse* is a boolean value. If set to ``True``, then the list elements are
10271027
sorted as if each comparison were reversed.
10281028

1029-
Use :func:`functools.cmp_to_key` to convert an
1030-
old-style *cmp* function to a *key* function.
1029+
Use :func:`functools.cmp_to_key` to convert an old-style *cmp* function to a
1030+
*key* function.
10311031

10321032
For sorting examples and a brief sorting tutorial, see `Sorting HowTo
10331033
<http://wiki.python.org/moin/HowTo/Sorting/>`_\.

0 commit comments

Comments
 (0)