mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Typo: baseWidht -> baseWidth.
This commit is contained in:
parent
d10d0faaa5
commit
21df8f5dc4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue