Skip to content

Commit 3f20b9c

Browse files
committed
fix typo
1 parent 0d2337a commit 3f20b9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_tkinter/test_misc.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ def test_tk_busy_with_cursor(self):
9292
self.assertEqual(f.tk_busy_configure('cursor')[4], 'heart')
9393

9494
f.tk_busy_forget()
95-
print('>>>>>2', messages['no_busy'])
96-
with self.assertRaisesRegex(TclError, messaages["no_busy"]):
95+
with self.assertRaisesRegex(TclError, messages["no_busy"]):
9796
f.tk_busy_cget('cursor')
9897

9998
def test_tk_setPalette(self):

0 commit comments

Comments
 (0)