summaryrefslogtreecommitdiffstats
path: root/Doc/library/difflib.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-07 07:50:12 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-07 07:50:12 (GMT)
commitb4905efe23c3e158a3c494d40988ce6de6bde3cd (patch)
tree4852accb1338a558cfbb567a71e5679a4e043d3e /Doc/library/difflib.rst
parentc145da0751df5cdbddb5285824e6163b2562a883 (diff)
downloadcpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.zip
cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.tar.gz
cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.tar.bz2
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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
index 03e8cb8..ead6b7a 100644
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -594,7 +594,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`.