Skip to content

Commit f43cf08

Browse files
authored
Update Lib/idlelib/help.py
1 parent 43295cd commit f43cf08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/idlelib/help.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def _get_dochome():
334334
else:
335335
return "https://docs.python.org/%d.%d/" % sys.version_info[:2]
336336

337+
337338
if __name__ == '__main__':
338339
from unittest import main
339340
main('idlelib.idle_test.test_help', verbosity=2, exit=False)

0 commit comments

Comments
 (0)