mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed typo.
This commit is contained in:
commit
676bf73793
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ class PanedWindowTest(AbstractWidgetTest, unittest.TestCase):
|
|||
widget = self.create()
|
||||
self.assertEqual(str(widget['orient']), 'vertical')
|
||||
errmsg='attempt to change read-only option'
|
||||
if get_tk_patchlevel() < (8, 6, 0): # actually this was changen in 8.6b3
|
||||
if get_tk_patchlevel() < (8, 6, 0): # actually this was changed in 8.6b3
|
||||
errmsg='Attempt to change read-only option'
|
||||
self.checkInvalidParam(widget, 'orient', 'horizontal',
|
||||
errmsg=errmsg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue