Skip to content

Commit da8bbdf

Browse files
authored
Update table_linearize.py
fix a little typo in comment
1 parent fe7c2f2 commit da8bbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tapex/processor/table_linearize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def process_row(self, row: List, row_index: int):
3737

3838
class IndexedRowTableLinearize(TableLinearize):
3939
"""
40-
FORMAT: col: col1 | col2 | col 3 row 1 : val1 | val2 | val3 row 2 : ...
40+
FORMAT: col: col1 | col2 | col3 row 1 : val1 | val2 | val3 row 2 : ...
4141
"""
4242

4343
def process_table(self, table_content: Dict):

0 commit comments

Comments
 (0)