diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:58 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:49:58 +0300 |
commit | 1acbf853c8be743c88141501ae879d63eb8ce209 (patch) | |
tree | 436fd38b15cda0f644ccae8d238096087c17f63d /Doc/library/difflib.rst | |
parent | a5f3a507345c8a01d99960a036dfa9d1baf8da10 (diff) | |
parent | 6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (diff) | |
download | cpython-git-1acbf853c8be743c88141501ae879d63eb8ce209.tar.gz |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/library/difflib.rst')
-rw-r--r-- | Doc/library/difflib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index 9a41f66079..f161e2f5e0 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -613,7 +613,7 @@ If you want to know how to change the first sequence into the second, use work. * `Simple version control recipe - <http://code.activestate.com/recipes/576729/>`_ for a small application + <https://code.activestate.com/recipes/576729/>`_ for a small application built with :class:`SequenceMatcher`. |