summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-12-28 15:16:39 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-12-28 15:16:39 (GMT)
commit6eb232c52a03e31fc47842e70fc7833198744c2b (patch)
tree984809a02fe5a446ac4a650eba7706d202964c3c /Lib/pydoc.py
parentea98eba3465fff2b191610cea253d43000c84b4a (diff)
downloadcpython-6eb232c52a03e31fc47842e70fc7833198744c2b.zip
cpython-6eb232c52a03e31fc47842e70fc7833198744c2b.tar.gz
cpython-6eb232c52a03e31fc47842e70fc7833198744c2b.tar.bz2
bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)
In pydoc.py, the reference to Python' documentation was in http. The link has been updated to use https. (cherry picked from commit e5681b9822c633c77ddfeb94585d58895e0ecff5)
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 39db391..34e2fab 100644
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1916,7 +1916,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