Typo: Widht instead of Width...

This commit is contained in:
Guido van Rossum 1997-12-27 15:14:43 +00:00
parent aa06b0ede5
commit 4d9d3f18c2
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ def grid(self,
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):