Commit 6e5be22d authored by Neal Norwitz's avatar Neal Norwitz

Remove extra space in docstring

parent c1f6e8cb
...@@ -378,7 +378,7 @@ class Misc: ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment