File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Soon table2ascii will support more options for customization.
166
166
| Option | Type | Default | Description |
167
167
| :-----------------: | :---------------: | :----------: | :----------------------------------------------------------------------------------------: |
168
168
| ` header ` | ` List[str] ` | ` None ` | First row of table seperated by header row seperator |
169
- | ` body ` | ` List[List[str]] ` | ` None ` | ` None ` | List of rows for the main section of the table |
169
+ | ` body ` | ` List[List[str]] ` | ` None ` | List of rows for the main section of the table |
170
170
| ` footer ` | ` List[str] ` | ` None ` | Last row of table seperated by header row seperator |
171
171
| ` column_widths ` | ` List[int] ` | automatic | List of column widths in characters for each column |
172
172
| ` alignments ` | ` List[int] ` | all centered | Alignments for each column<br />(ex. ` [Alignment.LEFT, Alignment.CENTER, Alignment.RIGHT] ` ) |
You can’t perform that action at this time.
0 commit comments