diff options
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1a4e9211d8..0f4531912e 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1158,6 +1158,9 @@ available. They are listed here in alphabetical order. function, see the `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/>`_\. + .. versionadded:: 2.4 |