svn: r22094
This commit is contained in:
Paul Franklin
2013-04-24 01:01:26 +00:00
parent 570d0e1ac1
commit 26ebc3bda7
3 changed files with 1 additions and 3 deletions

View File

@@ -288,7 +288,7 @@ class ParagraphStyle(object):
def get_alignment_text(self):
"""
Return a text string representing the alginment, either 'left',
Return a text string representing the alignment, either 'left',
'right', 'center', or 'justify'
"""
if self.align == PARA_ALIGN_LEFT:

View File

@@ -409,7 +409,6 @@ class SheetParser(handler.ContentHandler):
if 'description' in attrs:
self.p.set_description(attrs['description'])
self.p.set_right_margin(glocale.float(attrs['rmargin']))
self.p.set_right_margin(glocale.float(attrs['rmargin']))
self.p.set_left_margin(glocale.float(attrs['lmargin']))
self.p.set_first_indent(glocale.float(attrs['first']))
try: