typos
svn: r22094
This commit is contained in:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user