From bdfa22bbdac1b58cf6f7c3e51ab9a85e5799cb2e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 2 Apr 2010 00:23:40 +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 300a589eb531..ff999e98439d 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1009,6 +1009,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*. -- 2.47.3