commit
1cc939666d
1 changed files with 2 additions and 2 deletions
|
|
@ -1105,7 +1105,7 @@ class EvTable(object):
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
Beyond those table-specific keywords, the non-overlapping keywords
|
Beyond those table-specific keywords, the non-overlapping keywords
|
||||||
of `EcCell.__init__` are also available. These will be passed down
|
of `EvCell.__init__` are also available. These will be passed down
|
||||||
to every cell in the table.
|
to every cell in the table.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
@ -1548,7 +1548,7 @@ class EvTable(object):
|
||||||
to the end.
|
to the end.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
args (`EvColum` or multiple strings): Either a single EvColumn instance or
|
args (`EvColumn` or multiple strings): Either a single EvColumn instance or
|
||||||
a number of data string arguments to be used to create a new column.
|
a number of data string arguments to be used to create a new column.
|
||||||
header (str, optional): The header text for the column
|
header (str, optional): The header text for the column
|
||||||
xpos (int, optional): Index position in table *before* which
|
xpos (int, optional): Index position in table *before* which
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue