Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d9d3f1

Browse files
committed
Typo: Widht instead of Width...
1 parent aa06b0e commit 4d9d3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/lib-tk/Tkinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ def grid(self,
772772
widthInc=None, heightInc=None):
773773
return self._getints(self.tk.call(
774774
'wm', 'grid', self._w,
775-
baseWidht, baseHeight, widthInc, heightInc))
775+
baseWidth, baseHeight, widthInc, heightInc))
776776
def group(self, pathName=None):
777777
return self.tk.call('wm', 'group', self._w, pathName)
778778
def iconbitmap(self, bitmap=None):

0 commit comments

Comments
 (0)