summaryrefslogtreecommitdiff
path: root/Doc/tutorial/stdlib.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-07 10:49:58 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-07 10:49:58 +0300
commit1acbf853c8be743c88141501ae879d63eb8ce209 (patch)
tree436fd38b15cda0f644ccae8d238096087c17f63d /Doc/tutorial/stdlib.rst
parenta5f3a507345c8a01d99960a036dfa9d1baf8da10 (diff)
parent6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (diff)
downloadcpython-git-1acbf853c8be743c88141501ae879d63eb8ce209.tar.gz
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/tutorial/stdlib.rst')
-rw-r--r--Doc/tutorial/stdlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst
index f9ed46d72d..72888736cf 100644
--- a/Doc/tutorial/stdlib.rst
+++ b/Doc/tutorial/stdlib.rst
@@ -152,7 +152,7 @@ The :mod:`statistics` module calculates basic statistical properties
>>> statistics.variance(data)
1.3720238095238095
-The SciPy project <http://scipy.org> has many other modules for numerical
+The SciPy project <https://scipy.org> has many other modules for numerical
computations.
.. _tut-internet-access: