Skip to content

Commit 8b8b843

Browse files
committed
✨ 🍱 ♻️ Changed doc py
1 parent 9deb59b commit 8b8b843

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app_generator_sql_doc/doc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
)
3030

3131
table = document.add_table(rows=1, cols=3)
32+
3233
hdr_cells = table.rows[0].cells
3334
hdr_cells[0].text = 'Qty'
3435
hdr_cells[1].text = 'Id'
3536
hdr_cells[2].text = 'Desc'
37+
3638
for qty, id, desc in records:
3739
row_cells = table.add_row().cells
3840
row_cells[0].text = str(qty)

0 commit comments

Comments
 (0)