Skip to content

Commit

Permalink
Merge pull request #9 from leonardbinet/readme
Browse files Browse the repository at this point in the history
fix doc show
  • Loading branch information
leonardbinet authored Jun 20, 2020
2 parents 351c48d + 53f0f43 commit 1beb0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighttree/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def show(
"""Return tree structure in hierarchy style.
:param nid: Node identifier from which tree traversal will start. If None tree root will be used
:param filter_: filter function performed on nodes. Nodes excluded from filter function nor their children won't be displayed
:param filter\_: filter function performed on nodes. Nodes excluded from filter function nor their children won't be displayed
:param reverse: the ``reverse`` param for sorting :class:`Node` objects in the same level
:param key: key used to order nodes of same parent
:param reverse: reverse parameter applied at sorting
Expand Down

0 comments on commit 1beb0b8

Please sign in to comment.