diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-18 17:47:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-18 17:47:40 (GMT) |
commit | babc5ec630ac380c6d62bf6c31fe71ee11e01593 (patch) | |
tree | 396f3b9d9a0775a89c54aced910c32535a9d1327 /Lib/lib-tk | |
parent | f64700a512e89c322f46f3cabda3bf58573eda54 (diff) | |
download | cpython-babc5ec630ac380c6d62bf6c31fe71ee11e01593.zip cpython-babc5ec630ac380c6d62bf6c31fe71ee11e01593.tar.gz cpython-babc5ec630ac380c6d62bf6c31fe71ee11e01593.tar.bz2 |
Expand tabs.
Diffstat (limited to 'Lib/lib-tk')
-rw-r--r-- | Lib/lib-tk/tkFont.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/tkFont.py b/Lib/lib-tk/tkFont.py index 5c65d50..06e0c98 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) |