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 ce4268d commit 43295cdCopy full SHA for 43295cd
Lib/idlelib/help.py
@@ -295,10 +295,8 @@ def show_idlehelp(parent):
295
296
297
def _get_dochome():
298
- """Returns path to local docs
+ "Return path to local docs if present, otherwise link to docs.python.org."
299
300
- If none found returns link to docs.python.org.
301
- """
302
dochome = os.path.join(sys.base_prefix, 'Doc', 'index.html')
303
if sys.platform.count('linux'):
304
# look for html docs in a couple of standard places
0 commit comments