summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/calltip_w.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2023-12-04 06:36:40 (GMT)
committerGitHub <noreply@github.com>2023-12-04 06:36:40 (GMT)
commite5b0db0315941b968ebcc2414bfcdd2da44fd3c2 (patch)
treeb5057747f6a695b5e1033ccce765e63d5ab5a077 /Lib/idlelib/calltip_w.py
parent5a1b5316af648ae79bb91f28253b6272bbbd2886 (diff)
downloadcpython-e5b0db0315941b968ebcc2414bfcdd2da44fd3c2.zip
cpython-e5b0db0315941b968ebcc2414bfcdd2da44fd3c2.tar.gz
cpython-e5b0db0315941b968ebcc2414bfcdd2da44fd3c2.tar.bz2
gh-66819: More IDLE htest updates(4) (#112686)
Mostly double spacing before 'if __name__...'.
Diffstat (limited to 'Lib/idlelib/calltip_w.py')
-rw-r--r--Lib/idlelib/calltip_w.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/calltip_w.py b/Lib/idlelib/calltip_w.py
index 2785460..9386376 100644
--- a/Lib/idlelib/calltip_w.py
+++ b/Lib/idlelib/calltip_w.py
@@ -193,6 +193,7 @@ def _calltip_window(parent): # htest #
text.focus_set()
+
if __name__ == '__main__':
from unittest import main
main('idlelib.idle_test.test_calltip_w', verbosity=2, exit=False)