summaryrefslogtreecommitdiff
path: root/table.py
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-14 20:10:00 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-14 20:10:00 +0200
commit93ae11ba36e2a59e8d85c8dba4b8bde5a28ca206 (patch)
treecd39aed3f925679bc8a19676ce440703dcd0f6c5 /table.py
parentaab929e273a41a188a244b5d2c8b3e53408172ab (diff)
downloadlogilab-common-93ae11ba36e2a59e8d85c8dba4b8bde5a28ca206.tar.gz
improve doc for better epydoc generation (again).
Diffstat (limited to 'table.py')
-rw-r--r--table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.py b/table.py
index bc6c853..7121bcb 100644
--- a/table.py
+++ b/table.py
@@ -850,7 +850,7 @@ class DocbookRenderer(TableCellRenderer):
def _render_cell_content(self, cell_content, table_style, col_index):
"""Makes the appropriate rendering for this cell content.
Rendering properties will be searched using the
- *table_style.get_xxx_by_index(col_index)' methods.
+ table_style.get_xxx_by_index(col_index)' methods.
"""
try:
align_on = self.properties['alignment']