[Checkins] SVN: z3c.rml/trunk/src/z3c/rml/chart.py remove typos 'frontName' / 'frontSize'

Daniel Meier daniel.meier at perse.ch
Mon Jul 9 11:11:39 EDT 2007


Log message for revision 77657:
  remove typos 'frontName' / 'frontSize'

Changed:
  U   z3c.rml/trunk/src/z3c/rml/chart.py

-=-
Modified: z3c.rml/trunk/src/z3c/rml/chart.py
===================================================================
--- z3c.rml/trunk/src/z3c/rml/chart.py	2007-07-09 15:11:26 UTC (rev 77656)
+++ z3c.rml/trunk/src/z3c/rml/chart.py	2007-07-09 15:11:38 UTC (rev 77657)
@@ -300,12 +300,12 @@
         description=u'The width of the label line.',
         required=False)
 
-    frontName = attr.String(
+    fontName = attr.String(
         title=u'Font Name',
         description=u'The font used to print the value.',
         required=False)
 
-    frontSize = attr.Measurement(
+    fontSize = attr.Measurement(
         title=u'Font Size',
         description=u'The size of the value text.',
         required=False)



More information about the Checkins mailing list