From efb4b07fffd79b9d98a56cd83835193a31d54f2b Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 1 Apr 2010 07:25:26 +0000 Subject: [PATCH] Document the link to the HowTo guide. --- Doc/library/functions.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index e5df766b1ee..26aa745a52b 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1148,6 +1148,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