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

Skip to content

Commit 46fca07

Browse files
committed
Document sorting HowTo
1 parent 8689a10 commit 46fca07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/functions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,9 @@ are always available. They are listed here in alphabetical order.
10181018
`CmpToKey recipe in the ASPN cookbook
10191019
<http://code.activestate.com/recipes/576653/>`_\.
10201020

1021+
For sorting examples and a brief sorting tutorial, see `Sorting HowTo
1022+
<http://wiki.python.org/moin/HowTo/Sorting/>`_\.
1023+
10211024
.. function:: staticmethod(function)
10221025

10231026
Return a static method for *function*.

0 commit comments

Comments
 (0)