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

Skip to content

Commit 4b0d67d

Browse files
committed
typo
1 parent 29fe4dd commit 4b0d67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/pynche/TypeinViewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __init__(self, parent=None, **kw):
99
)
1010
self.defineoptions(kw, options)
1111

12-
Pmw.MegaWidget.__init__(self,parent)
12+
Pmw.MegaWidget.__init__(self, parent)
1313
interiorarg = (self.interior(),)
1414

1515
# create the x, y, and z label

0 commit comments

Comments
 (0)