Expand tabs.
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 @@
                 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)