mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove default information from TreeNode.add_leaf's docstring
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user