Skip to content

Commit 6eb232c

Browse files
miss-islingtonMariatta
authored andcommitted
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 e5681b9)
1 parent ea98eba commit 6eb232c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ def intro(self):
19161916
Welcome to Python {0}'s help utility!
19171917
19181918
If this is your first time using Python, you should definitely check out
1919-
the tutorial on the Internet at http://docs.python.org/{0}/tutorial/.
1919+
the tutorial on the Internet at https://docs.python.org/{0}/tutorial/.
19201920
19211921
Enter the name of any module, keyword, or topic to get help on writing
19221922
Python programs and using Python modules. To quit this help utility and

0 commit comments

Comments
 (0)