From: Martin v. Löwis Date: Wed, 18 Aug 2004 17:47:40 +0000 (+0000) Subject: Expand tabs. X-Git-Tag: v2.4a3~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=babc5ec630ac380c6d62bf6c31fe71ee11e01593;p=thirdparty%2FPython%2Fcpython.git Expand tabs. --- diff --git a/Lib/lib-tk/tkFont.py b/Lib/lib-tk/tkFont.py index 5c65d50ee0b5..06e0c985c16a 100644 --- a/Lib/lib-tk/tkFont.py +++ b/Lib/lib-tk/tkFont.py @@ -91,7 +91,7 @@ class Font: raise Tkinter._tkinter.TclError, "named font %s does not already exist" % (self.name,) # if font config info supplied, apply it if font: - print "font=%r" % font + print "font=%r" % font root.tk.call("font", "configure", self.name, *font) else: # create new font (raises TclError if the font exists)