From 46fca0773d25a690cb7ab4fa1c4f5d3b6c16dc12 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 2 Apr 2010 00:25:45 +0000 Subject: [PATCH] Document sorting HowTo --- Doc/library/functions.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 75bab9ecd40..b85eb714077 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 `_\. + For sorting examples and a brief sorting tutorial, see `Sorting HowTo + `_\. + .. function:: staticmethod(function) Return a static method for *function*.