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 b4161dc commit f708299Copy full SHA for f708299
1 file changed
stdlib/@tests/test_cases/check_tkinter.py
@@ -8,7 +8,7 @@
8
9
10
root = tkinter.Tk()
11
-root.report_callback_exception(TypeError, TypeError("no"), None)
+tkinter.Tk.report_callback_exception(root, TypeError, TypeError("no"), None)
12
13
14
class App(tkinter.Tk):
0 commit comments