mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
typo
This commit is contained in:
parent
29fe4ddd20
commit
4b0d67d592
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class TypeinWidget(Pmw.MegaWidget):
|
|||
)
|
||||
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…
Add table
Add a link
Reference in a new issue