Skip to content

Commit

Permalink
Merge pull request #379 from barraponto/patch-1
Browse files Browse the repository at this point in the history
fix ElementList.below docstring
  • Loading branch information
jstockwin authored Sep 29, 2023
2 parents 9aa1602 + f7b4d3e commit 3b5b3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_pdf_parser/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def below(
If you draw a box from the bottom edge of the element to the bottom of the page,
all elements which are partially within this box are returned. By default, only
elements on the same page as the given element are included, but you can pass
`inclusive=True` to also include the pages which come after (and so are below)
`all_pages=True` to also include the pages which come after (and so are below)
the page containing the given element.
Note:
Expand Down

0 comments on commit 3b5b3dc

Please sign in to comment.