]> granicus.if.org Git - python/commitdiff
Typo: Widht instead of Width...
authorGuido van Rossum <guido@python.org>
Sat, 27 Dec 1997 15:14:43 +0000 (15:14 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 27 Dec 1997 15:14:43 +0000 (15:14 +0000)
Lib/lib-tk/Tkinter.py

index 763ab0b78a20d578dc3e98100c6bba9cf7230e1a..da8bdf9d45def07ae1b51a17372ccb36875653a3 100644 (file)
@@ -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):