diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2016-01-02 07:26:53 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2016-01-02 07:26:53 (GMT) |
commit | fcb6db50d3cce6337f28c9c1b891905cc323ad13 (patch) | |
tree | 992332cb79ee22f08ab7c589a1c36daa2374ea7b /Doc/library/functions.rst | |
parent | 9ecf00e7cb6ce94afaa3a47da88bd8cafa32e968 (diff) | |
parent | d03d1d45f5d66395f66f165e9b097cd2757ce618 (diff) | |
download | cpython-fcb6db50d3cce6337f28c9c1b891905cc323ad13.zip cpython-fcb6db50d3cce6337f28c9c1b891905cc323ad13.tar.gz cpython-fcb6db50d3cce6337f28c9c1b891905cc323ad13.tar.bz2 |
merge from 3.4
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index c8de062..6e98cfb 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1306,8 +1306,7 @@ are always available. They are listed here in alphabetical order. compare equal --- this is helpful for sorting in multiple passes (for example, sort by department, then by salary grade). - For sorting examples and a brief sorting tutorial, see `Sorting HowTo - <https://wiki.python.org/moin/HowTo/Sorting/>`_\. + For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`. .. function:: staticmethod(function) |