Thanks to visit codestin.com Credit goes to github.com
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 94bd774 commit d5338a8Copy full SHA for d5338a8
1 file changed
Lib/idlelib/ToolTip.py
@@ -81,7 +81,7 @@ def main():
81
b.pack()
82
root.update()
83
tip = ListboxToolTip(b, ["Hello", "world"])
84
-
+
85
# root.mainloop() # not in idle
86
87
main()
0 commit comments