summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2001-07-14 01:14:09 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2001-07-14 01:14:09 (GMT)
commitd5338a8f99f9995b14dca21e0793a3b75da65609 (patch)
treed7260f4ec7c522c7b76c63b95a582d3641e08c6f /Lib
parent94bd77415fc44ada4ceba856a81fe029c12bf313 (diff)
downloadcpython-d5338a8f99f9995b14dca21e0793a3b75da65609.zip
cpython-d5338a8f99f9995b14dca21e0793a3b75da65609.tar.gz
cpython-d5338a8f99f9995b14dca21e0793a3b75da65609.tar.bz2
py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/ToolTip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ToolTip.py b/Lib/idlelib/ToolTip.py
index 691f510..eadcdea 100644
--- a/Lib/idlelib/ToolTip.py
+++ b/Lib/idlelib/ToolTip.py
@@ -81,7 +81,7 @@ def main():
b.pack()
root.update()
tip = ListboxToolTip(b, ["Hello", "world"])
-
+
# root.mainloop() # not in idle
main()