Skip to content

Commit

Permalink
and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RubendeBruin committed Jul 21, 2023
1 parent e408cf7 commit ca06b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ Works the same way as padding, but with the `v_align` parameter.

```python

with pdf.table(v_align = AlignV.C) as table:
with pdf.table(v_align = VAlign.C) as table:
...
row.cell(f"custom v-align" v_align = AlignV.T) # <-- align to top
row.cell(f"custom v-align" v_align = VAlign.T) # <-- align to top
```

## Setting row height
Expand Down

0 comments on commit ca06b13

Please sign in to comment.