diff options
| author | Raymond Hettinger <python@rcn.com> | 2010-04-01 07:25:26 (GMT) |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2010-04-01 07:25:26 (GMT) |
| commit | efb4b07fffd79b9d98a56cd83835193a31d54f2b (patch) | |
| tree | 58fc54bc4ba27aba5308c92b5159cd3bf1806829 | |
| parent | 74ee91dc0708fe0c813a6540335a049121a4d99a (diff) | |
| download | cpython-efb4b07fffd79b9d98a56cd83835193a31d54f2b.zip cpython-efb4b07fffd79b9d98a56cd83835193a31d54f2b.tar.gz cpython-efb4b07fffd79b9d98a56cd83835193a31d54f2b.tar.bz2 | |
Document the link to the HowTo guide.
| -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 e5df766..26aa745 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 <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 |
