mirror of https://github.com/python/cpython.git
Typo: Widht instead of Width...
This commit is contained in:
parent
aa06b0ede5
commit
4d9d3f18c2
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue