Skip to content

Commit e5681b9

Browse files
oldk1331Mariatta
authored andcommitted
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.
1 parent 531dd7e commit e5681b9

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
@@ -1952,7 +1952,7 @@ def intro(self):
19521952
Welcome to Python {0}'s help utility!
19531953
19541954
If this is your first time using Python, you should definitely check out
1955-
the tutorial on the Internet at http://docs.python.org/{0}/tutorial/.
1955+
the tutorial on the Internet at https://docs.python.org/{0}/tutorial/.
19561956
19571957
Enter the name of any module, keyword, or topic to get help on writing
19581958
Python programs and using Python modules. To quit this help utility and

0 commit comments

Comments
 (0)