From: Guido van Rossum Date: Sat, 27 Dec 1997 15:14:43 +0000 (+0000) Subject: Typo: Widht instead of Width... X-Git-Tag: v1.5~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d9d3f18c23f631bb11309f3376796d6051c48ee;p=python Typo: Widht instead of Width... --- diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 763ab0b78a..da8bdf9d45 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):