Commit babc5ec6 authored by Martin v. Löwis's avatar Martin v. Löwis

Expand tabs.

parent f64700a5
......@@ -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)
......
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