Skip to content

Commit 2f26a54

Browse files
committed
Fixed: Highlight lines in README
1 parent 9ec4ad1 commit 2f26a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ There following are helper functions for
842842
3. Pruning tree (smaller tree with same root)
843843
4. Getting difference between two trees
844844

845-
{emphasize-lines="6,18,38,43"}
845+
{emphasize-lines="6,20,27,35,49,58"}
846846
```python
847847
from bigtree import BaseNode, Node, clone_tree, get_subtree, get_tree_diff, prune_tree, str_to_tree
848848

0 commit comments

Comments
 (0)