diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:07 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:07 +0300 |
| commit | 6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (patch) | |
| tree | b909a98cf8b2d7820f897b89e3114b7b1844f037 /Doc/library/bisect.rst | |
| parent | 64099ea58ea61c8f37c1fd9f673e0ded59600209 (diff) | |
| download | cpython-git-6dff0205b724669cc0469dd65a3f7edc5a69e1e7.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.rst | 2 |
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. |
