summaryrefslogtreecommitdiff
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-26 19:37:12 +0100
committerGeorg Brandl <georg@python.org>2016-02-26 19:37:12 +0100
commit5af81e9e3f4754592b20fb70a1851c4809e129a1 (patch)
tree9d7b54629f8ce6b09d856ae7d6460f15f19d8f39 /Doc/library/functions.rst
parent6ca77d9e2f624faaeb66a33a0bcdc2c1d0a0d896 (diff)
downloadcpython-5af81e9e3f4754592b20fb70a1851c4809e129a1.tar.gz
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 65f53dd193..ef4176abbd 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1418,7 +1418,7 @@ are always available. They are listed here in alphabetical order.
For practical suggestions on how to design cooperative classes using
:func:`super`, see `guide to using super()
- <http://rhettinger.wordpress.com/2011/05/26/super-considered-super/>`_.
+ <https://rhettinger.wordpress.com/2011/05/26/super-considered-super/>`_.
.. _func-tuple: