Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a1ae1a

Browse files
committed
py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
1 parent 180b6be commit 9a1ae1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/idlelib/CallTipWindow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def showtip(self, text):
2828
background="#ffffe0", relief=SOLID, borderwidth=1,
2929
font = self.widget['font'])
3030
label.pack()
31-
31+
3232
def hidetip(self):
3333
tw = self.tipwindow
3434
self.tipwindow = None
@@ -53,7 +53,7 @@ def __init__(self):
5353
text.event_add("<<calltip-hide>>", ")")
5454
text.bind("<<calltip-show>>", self.calltip_show)
5555
text.bind("<<calltip-hide>>", self.calltip_hide)
56-
56+
5757
text.focus_set()
5858
# root.mainloop() # not in idle
5959

0 commit comments

Comments
 (0)