mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Typo: Widht instead of Width...
This commit is contained in:
parent
aa06b0ede5
commit
4d9d3f18c2
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue