Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f6e8c commit 6e5be22Copy full SHA for 6e5be22
1 file changed
Lib/lib-tk/Tkinter.py
@@ -378,7 +378,7 @@ def getvar(self, name='PY_VAR'):
378
getint = int
379
getdouble = float
380
def getboolean(self, s):
381
- """Return a boolean value for Tcl boolean values true and false given as parameter."""
+ """Return a boolean value for Tcl boolean values true and false given as parameter."""
382
return self.tk.getboolean(s)
383
def focus_set(self):
384
"""Direct input focus to this widget.
0 commit comments