mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Update Idle's online doc url.
This commit is contained in:
parent
81b062f63a
commit
b6e1778cbd
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class EditorWindow(object):
|
|||
# Safari requires real file:-URLs
|
||||
EditorWindow.help_url = 'file://' + EditorWindow.help_url
|
||||
else:
|
||||
EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
|
||||
EditorWindow.help_url = "https://docs.python.org/%d.%d/" % sys.version_info[:2]
|
||||
currentTheme=idleConf.CurrentTheme()
|
||||
self.flist = flist
|
||||
root = root or flist.root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue