Skip to content

Commit

Permalink
DOC: Add missing expand parameter (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomnp authored Jan 6, 2024
1 parent 89baa2c commit 85ab279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/cropping-and-transforming.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ If you add the expand parameter:
```python
transformation = Transformation().rotate(45)
page_box.add_transformation(transformation)
page_base.merge_page(page_box)
page_base.merge_page(page_box, expand=True)
```

you get:
Expand Down

0 comments on commit 85ab279

Please sign in to comment.