summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-27 15:14:43 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-27 15:14:43 (GMT)
commit4d9d3f18c23f631bb11309f3376796d6051c48ee (patch)
treec66f03e1caf273954c011ed4884585ed998afaa4 /Lib
parentaa06b0ede584324ea2a509b344ef07d619d0827f (diff)
downloadcpython-4d9d3f18c23f631bb11309f3376796d6051c48ee.zip
cpython-4d9d3f18c23f631bb11309f3376796d6051c48ee.tar.gz
cpython-4d9d3f18c23f631bb11309f3376796d6051c48ee.tar.bz2
Typo: Widht instead of Width...
Diffstat (limited to 'Lib')
-rw-r--r--Lib/lib-tk/Tkinter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py
index 763ab0b..da8bdf9 100644
--- a/Lib/lib-tk/Tkinter.py
+++ b/Lib/lib-tk/Tkinter.py
@@ -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):