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

Skip to content

Commit 6e5be22

Browse files
committed
Remove extra space in docstring
1 parent c1f6e8c commit 6e5be22

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
@@ -378,7 +378,7 @@ def getvar(self, name='PY_VAR'):
378378
getint = int
379379
getdouble = float
380380
def getboolean(self, s):
381-
"""Return a boolean value for Tcl boolean values true and false given as parameter."""
381+
"""Return a boolean value for Tcl boolean values true and false given as parameter."""
382382
return self.tk.getboolean(s)
383383
def focus_set(self):
384384
"""Direct input focus to this widget.

0 commit comments

Comments
 (0)