summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authoroldk <oldk1331@users.noreply.github.com>2017-12-28 14:37:46 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-12-28 14:37:46 (GMT)
commite5681b9822c633c77ddfeb94585d58895e0ecff5 (patch)
treee64a2d7b5d6a16b68128c1787a31f521c6ce3ed3 /Lib/pydoc.py
parent531dd7e27e6bbb89d66e507399bf3f9215bbb3e4 (diff)
downloadcpython-e5681b9822c633c77ddfeb94585d58895e0ecff5.zip
cpython-e5681b9822c633c77ddfeb94585d58895e0ecff5.tar.gz
cpython-e5681b9822c633c77ddfeb94585d58895e0ecff5.tar.bz2
bpo-32440: Update the docs URL to https in help() (GH-5030)
In pydoc.py, the reference to Python' documentation was in http. The link has been updated to use https.
Diffstat (limited to 'Lib/pydoc.py')
-rw-r--r--Lib/pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 01f7a32..7d0b1d8 100644
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1952,7 +1952,7 @@ has the same effect as typing a particular string at the help> prompt.
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