Commit 3454941d authored by Raymond Hettinger's avatar Raymond Hettinger

Use internal links where possible

parent ccae479e
......@@ -1326,8 +1326,7 @@ 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`.
.. versionadded:: 2.4
......
......@@ -38,8 +38,7 @@ The :mod:`functools` module defines the following functions:
sorted(iterable, key=cmp_to_key(locale.strcoll)) # locale-aware sort order
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`.
.. versionadded:: 2.7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment