]> granicus.if.org Git - python/commitdiff
Expand tabs.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 18 Aug 2004 17:47:40 +0000 (17:47 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 18 Aug 2004 17:47:40 +0000 (17:47 +0000)
Lib/lib-tk/tkFont.py

index 5c65d50ee0b5175186d724438383fd4b0cd7d71d..06e0c985c16ad00663079d71a880509550d9a817 100644 (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)