We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a57bfa commit ce4268dCopy full SHA for ce4268d
Lib/idlelib/help.py
@@ -24,7 +24,8 @@
24
25
show_idlehelp - Create HelpWindow. Called in EditorWindow.help_dialog.
26
27
-_get_dochome() - Returns path to docs on users system if none found returns link to docs.python.org
+_get_dochome() - Return path to docs on user's system if present,
28
+otherwise return link to docs.python.org.
29
"""
30
import os
31
import sys
0 commit comments