Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec694c3

Browse files
committed
Pass None to AHGotoPage().
1 parent f6b3fdd commit ec694c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Tools/IDE/PythonIDEMain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def makehelpmenu(self):
298298

299299
def domenu_localdocs(self, *args):
300300
from Carbon import AH
301-
AH.AHGotoPage("Python Help", "index.html", "")
301+
AH.AHGotoPage("Python Help", None, None)
302302

303303
def domenu_appledocs(self, *args):
304304
from Carbon import AH, AppleHelp

0 commit comments

Comments
 (0)