[Python-checkins] python/dist/src/Lib/lib-tk Tkinter.py,1.173,1.174

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 17 Apr 2003 06:14:01 -0700


Update of /cvsroot/python/python/dist/src/Lib/lib-tk
In directory sc8-pr-cvs1:/tmp/cvs-serv31474/Lib/lib-tk

Modified Files:
	Tkinter.py 
Log Message:
Remove extra space in docstring

Index: Tkinter.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/Tkinter.py,v
retrieving revision 1.173
retrieving revision 1.174
diff -C2 -d -r1.173 -r1.174
*** Tkinter.py	16 Apr 2003 20:10:03 -0000	1.173
--- Tkinter.py	17 Apr 2003 13:13:55 -0000	1.174
***************
*** 379,383 ****
      getdouble = float
      def getboolean(self, s):
!         """Return a boolean value  for Tcl boolean values true and false given as parameter."""
          return self.tk.getboolean(s)
      def focus_set(self):
--- 379,383 ----
      getdouble = float
      def getboolean(self, s):
!         """Return a boolean value for Tcl boolean values true and false given as parameter."""
          return self.tk.getboolean(s)
      def focus_set(self):