Expand tabs.

This commit is contained in:
Martin v. Löwis 2004-08-18 17:47:40 +00:00
parent f64700a512
commit babc5ec630

View file

@ -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)