Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jan 30, 2025
1 parent a041d57 commit e9dc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_trees_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def _build_tree(
Args:
----
xml_node (Element): The XML node to build the tree from.
args (list[tuple[str, str]]): Arguments for substitutions in elements, default None.
args (dict[tuple[str, str]]): Arguments for substitutions in elements, default None.
Returns:
-------
Expand Down

0 comments on commit e9dc63a

Please sign in to comment.