Skip to content

Commit d498051

Browse files
authored
Merge pull request #157 from kayjan/v0.15.3
Fixed: Highlight lines in README
2 parents 66e730b + 2f26a54 commit d498051

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)