]> granicus.if.org Git - python/commitdiff
Typo: baseWidht -> baseWidth.
authorGuido van Rossum <guido@python.org>
Tue, 24 Feb 1998 23:26:18 +0000 (23:26 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 24 Feb 1998 23:26:18 +0000 (23:26 +0000)
Lib/lib-tk/Tkinter.py

index 5d89892388632465baae0a4d12b4534afc4c5c5b..8b3b1e6930c625e2ad912030c643649250f47bb0 100644 (file)
@@ -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,