diff options
-rw-r--r-- | Lib/lib-tk/Tkinter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 763ab0b..da8bdf9 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -772,7 +772,7 @@ class Wm: widthInc=None, heightInc=None): return self._getints(self.tk.call( 'wm', 'grid', self._w, - baseWidht, baseHeight, widthInc, heightInc)) + baseWidth, baseHeight, widthInc, heightInc)) def group(self, pathName=None): return self.tk.call('wm', 'group', self._w, pathName) def iconbitmap(self, bitmap=None): |