mirror of https://github.com/python/cpython.git
typo
This commit is contained in:
parent
29fe4ddd20
commit
4b0d67d592
|
@ -9,7 +9,7 @@ def __init__(self, parent=None, **kw):
|
|||
)
|
||||
self.defineoptions(kw, options)
|
||||
|
||||
Pmw.MegaWidget.__init__(self,parent)
|
||||
Pmw.MegaWidget.__init__(self, parent)
|
||||
interiorarg = (self.interior(),)
|
||||
|
||||
# create the x, y, and z label
|
||||
|
|
Loading…
Reference in New Issue