From: Raymond Hettinger Date: Thu, 1 Apr 2010 07:54:16 +0000 (+0000) Subject: Document link to Sorting HowTo X-Git-Tag: v2.7b1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f54c2683267e008aa27570e366e64e2d0d80061c;p=python Document link to Sorting HowTo --- 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 `_\. + For sorting examples and a brief sorting tutorial, see `Sorting HowTo + `_\. + .. versionadded:: 2.4