]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove extra space in docstring
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 Apr 2003 13:13:55 +0000 (13:13 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 Apr 2003 13:13:55 +0000 (13:13 +0000)
Lib/lib-tk/Tkinter.py

index 2a822a1937f1e7fa79a5ae819f74cc5c19abcc5a..8f598b82db1e5a372fec06664ff9bad90afa7590 100644 (file)
@@ -378,7 +378,7 @@ class Misc:
     getint = int
     getdouble = float
     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)
     def focus_set(self):
         """Direct input focus to this widget.