summaryrefslogtreecommitdiff
path: root/Doc/library/bisect.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-07 10:49:07 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-07 10:49:07 +0300
commita4b7f68dace4b36061793172039f854b21bcc95c (patch)
tree375c1c043d064325925307d19cd5164c7d1b425a /Doc/library/bisect.rst
parent1c5bcdae513da458db53200fbaac660b3ec9d019 (diff)
downloadcpython-a4b7f68dace4b36061793172039f854b21bcc95c.tar.gz
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/bisect.rst')
-rw-r--r--Doc/library/bisect.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/bisect.rst b/Doc/library/bisect.rst
index 13b0147190..6bf7814b25 100644
--- a/Doc/library/bisect.rst
+++ b/Doc/library/bisect.rst
@@ -60,7 +60,7 @@ The following functions are provided:
.. seealso::
`SortedCollection recipe
- <http://code.activestate.com/recipes/577197-sortedcollection/>`_ that uses
+ <https://code.activestate.com/recipes/577197-sortedcollection/>`_ that uses
bisect to build a full-featured collection class with straight-forward search
methods and support for a key-function. The keys are precomputed to save
unnecessary calls to the key function during searches.