From: Guido van Rossum Date: Tue, 24 Feb 1998 23:26:18 +0000 (+0000) Subject: Typo: baseWidht -> baseWidth. X-Git-Tag: v1.5.1~591 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21df8f5dc49a9f912b9c972ada4557163773c56e;p=python Typo: baseWidht -> baseWidth. --- diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 5d89892388..8b3b1e6930 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -763,7 +763,7 @@ class Wm: def geometry(self, newGeometry=None): return self.tk.call('wm', 'geometry', self._w, newGeometry) def grid(self, - baseWidht=None, baseHeight=None, + baseWidth=None, baseHeight=None, widthInc=None, heightInc=None): return self._getints(self.tk.call( 'wm', 'grid', self._w,