Commit 85936d03 authored by Guido van Rossum's avatar Guido van Rossum

Typo: baseWidht -> baseWidth.

parent dbf7faf6
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment