Skip to content

Commit 90bf426

Browse files
committed
Fix duplicate column
1 parent b3f6a2e commit 90bf426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Soon table2ascii will support more options for customization.
166166
| Option | Type | Default | Description |
167167
| :-----------------: | :---------------: | :----------: | :----------------------------------------------------------------------------------------: |
168168
| `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 |
170170
| `footer` | `List[str]` | `None` | Last row of table seperated by header row seperator |
171171
| `column_widths` | `List[int]` | automatic | List of column widths in characters for each column |
172172
| `alignments` | `List[int]` | all centered | Alignments for each column<br/>(ex. `[Alignment.LEFT, Alignment.CENTER, Alignment.RIGHT]`) |

0 commit comments

Comments
 (0)