summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/functions.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 75bab9e..b85eb71 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1018,6 +1018,9 @@ are always available. They are listed here in alphabetical order.
`CmpToKey recipe in the ASPN cookbook
<http://code.activestate.com/recipes/576653/>`_\.
+ For sorting examples and a brief sorting tutorial, see `Sorting HowTo
+ <http://wiki.python.org/moin/HowTo/Sorting/>`_\.
+
.. function:: staticmethod(function)
Return a static method for *function*.