From 20c2b193060244ba109d9c19a76bd25ee2fcb609 Mon Sep 17 00:00:00 2001 From: oldk1331 Date: Thu, 28 Dec 2017 20:06:34 +0800 Subject: [PATCH] bpo-32440: Use HTTPS in help() --- Lib/pydoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 01f7a32f454e51..7d0b1d8aefbecb 100644 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1952,7 +1952,7 @@ def intro(self): Welcome to Python {0}'s help utility! If this is your first time using Python, you should definitely check out -the tutorial on the Internet at http://docs.python.org/{0}/tutorial/. +the tutorial on the Internet at https://docs.python.org/{0}/tutorial/. Enter the name of any module, keyword, or topic to get help on writing Python programs and using Python modules. To quit this help utility and