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

Skip to content

Commit 6cbc5f7

Browse files
Fixed typo.
1 parent 939e2db commit 6cbc5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/tkinter/test/test_ttk/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def test_orient(self):
576576
widget = self.create()
577577
self.assertEqual(str(widget['orient']), 'vertical')
578578
errmsg='attempt to change read-only option'
579-
if get_tk_patchlevel() < (8, 6, 0): # actually this was changen in 8.6b3
579+
if get_tk_patchlevel() < (8, 6, 0): # actually this was changed in 8.6b3
580580
errmsg='Attempt to change read-only option'
581581
self.checkInvalidParam(widget, 'orient', 'horizontal',
582582
errmsg=errmsg)

0 commit comments

Comments
 (0)