Use https:// URLs when referring to python.org hosts.

This commit is contained in:
Georg Brandl 2014-10-29 08:36:35 +01:00
parent 46761ec7c2
commit e73778c1ac
54 changed files with 160 additions and 160 deletions

View file

@ -1292,7 +1292,7 @@ are always available. They are listed here in alphabetical order.
example, sort by department, then by salary grade).
For sorting examples and a brief sorting tutorial, see `Sorting HowTo
<http://wiki.python.org/moin/HowTo/Sorting/>`_\.
<https://wiki.python.org/moin/HowTo/Sorting/>`_\.
.. function:: staticmethod(function)