summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.abc.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-07 07:49:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-07 07:49:58 (GMT)
commit1acbf853c8be743c88141501ae879d63eb8ce209 (patch)
tree436fd38b15cda0f644ccae8d238096087c17f63d /Doc/library/collections.abc.rst
parenta5f3a507345c8a01d99960a036dfa9d1baf8da10 (diff)
parent6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (diff)
downloadcpython-1acbf853c8be743c88141501ae879d63eb8ce209.zip
cpython-1acbf853c8be743c88141501ae879d63eb8ce209.tar.gz
cpython-1acbf853c8be743c88141501ae879d63eb8ce209.tar.bz2
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/collections.abc.rst')
-rw-r--r--Doc/library/collections.abc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst
index bbd0eda..2385587 100644
--- a/Doc/library/collections.abc.rst
+++ b/Doc/library/collections.abc.rst
@@ -270,7 +270,7 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
.. seealso::
- * `OrderedSet recipe <http://code.activestate.com/recipes/576694/>`_ for an
+ * `OrderedSet recipe <https://code.activestate.com/recipes/576694/>`_ for an
example built on :class:`MutableSet`.
* For more about ABCs, see the :mod:`abc` module and :pep:`3119`.