Remove default information from TreeNode.add_leaf's docstring

This commit is contained in:
Dave Pearson
2023-03-01 13:32:34 +00:00
parent acb1cc61fc
commit 6d038299fd

View File

@@ -295,7 +295,7 @@ class TreeNode(Generic[TreeDataType]):
Args: Args:
label: Label for the node. label: Label for the node.
data: Optional data. Defaults to None. data: Optional data.
Returns: Returns:
New node. New node.