Skip to content

Commit d232751

Browse files
committed
Fix add_node in readme
1 parent aa46989 commit d232751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Return a copy of the taxonomy containing:
140140

141141
Remove the node from the tree, re-attaching parents as needed: only a single node is removed.
142142

143-
#### `tax.add_node(parent_tax_id: str, new_tax_id: str)`
143+
#### `tax.add_node(parent_tax_id: str, new_tax_id: str, /, name: str, rank: str)`
144144

145145
Add a new node to the tree at the parent provided.
146146

0 commit comments

Comments
 (0)