dabo Commit
Revision 6511
Date: 2011-03-30 22:25:45 -0700 (Wed, 30 Mar 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6511
Changed:
U trunk/dabo/lib/reportWriter.py
Log:
Noticed some property docstrings weren't ever modified after being
copied/pasted.
Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py 2011-03-30 00:39:59 UTC (rev 6510)
+++ trunk/dabo/lib/reportWriter.py 2011-03-31 05:25:45 UTC (rev 6511)
@@ -958,19 +958,19 @@
"""Specifies the font name.""")
self.AvailableProps["Leading"] = toPropDict(float, 0,
- """Specifies the font size.""")
+ """Specifies the font leading.""")
self.AvailableProps["SpaceAfter"] = toPropDict(float, 0,
- """Specifies the font size.""")
+ """Specifies the amount of space to leave after
the paragraph.""")
self.AvailableProps["SpaceBefore"] = toPropDict(float, 0,
- """Specifies the font size.""")
+ """Specifies the amount of space to leave
before the paragraph.""")
self.AvailableProps["LeftIndent"] = toPropDict(float, 0,
- """Specifies the font size.""")
+ """Specifies the amount to indent from the
left.""")
self.AvailableProps["FirstLineIndent"] = toPropDict(float, 0,
- """Specifies the font size.""")
+ """Specifies the extra amount to indent for the
first line in the paragraph.""")
self.AvailableProps["expr"] = toPropDict(str, "",
"""Specifies the text to print.""")
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]