mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove extra space in docstring
This commit is contained in:
parent
c1f6e8cbc1
commit
6e5be22d97
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ class Misc:
|
||||||
getint = int
|
getint = int
|
||||||
getdouble = float
|
getdouble = float
|
||||||
def getboolean(self, s):
|
def getboolean(self, s):
|
||||||
"""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."""
|
||||||
return self.tk.getboolean(s)
|
return self.tk.getboolean(s)
|
||||||
def focus_set(self):
|
def focus_set(self):
|
||||||
"""Direct input focus to this widget.
|
"""Direct input focus to this widget.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue