Kaydet (Commit) 4d9d3f18 authored tarafından Guido van Rossum's avatar Guido van Rossum

Typo: Widht instead of Width...

üst aa06b0ed
......@@ -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):
......
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