adrien.aribaut-gaudin
commited on
Commit
·
ecf147c
1
Parent(s):
445a883
fix: comment in the doc file
Browse files- src/domain/doc.py +1 -1
src/domain/doc.py
CHANGED
|
@@ -430,7 +430,7 @@ class Doc:
|
|
| 430 |
#the index is the index of the block in the docx file where to insert the table
|
| 431 |
#the content is the content of the table with the following format:
|
| 432 |
#content = {
|
| 433 |
-
# "
|
| 434 |
# "rows": [
|
| 435 |
# ["row1", "row1", "row1"],
|
| 436 |
# ["row2", "row2", "row2"],
|
|
|
|
| 430 |
#the index is the index of the block in the docx file where to insert the table
|
| 431 |
#the content is the content of the table with the following format:
|
| 432 |
#content = {
|
| 433 |
+
# "headers": ["header1", "header2", "header3"],
|
| 434 |
# "rows": [
|
| 435 |
# ["row1", "row1", "row1"],
|
| 436 |
# ["row2", "row2", "row2"],
|