From a4b7f68dace4b36061793172039f854b21bcc95c Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 7 May 2016 10:49:07 +0300 Subject: Issue #26736: Used HTTPS for external links in the documentation if possible. --- Doc/library/bisect.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/bisect.rst') 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 - `_ that uses + `_ 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. -- cgit v1.2.1