Skip to content

Commit

Permalink
Merge pull request #902 from stanim/patch-1
Browse files Browse the repository at this point in the history
Add state to bookmark tree documentation.
  • Loading branch information
liZe committed Jul 16, 2019
2 parents bb69424 + 67f031b commit 204e719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyprint/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def make_bookmark_tree(self):
.. versionadded:: 0.15
:return: A list of bookmark subtrees.
A subtree is ``(label, target, children)``. ``label`` is
A subtree is ``(label, target, children, state)``. ``label`` is
a string, ``target`` is ``(page_number, x, y)`` like in
:meth:`resolve_links`, and ``children`` is a
list of child subtrees.
Expand Down

0 comments on commit 204e719

Please sign in to comment.