Skip to content

Commit 0569867

Browse files
committed
fixing line numbers in python.
1 parent fb4f592 commit 0569867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/tree_traversal/tree_traversal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ And this is exactly what Breadth-First Search (BFS) does! On top of that, it can
246246
{% sample lang="js" %}
247247
[import:45-52, lang:"javascript"](code/javascript/tree.js)
248248
{% sample lang="py" %}
249-
[import:75-84, lang:"python"](code/python/Tree_example.py)
249+
[import:63-75, lang:"python"](code/python/Tree_example.py)
250250
{% sample lang="scratch" %}
251251
<p>
252252
<img class="center" src="code/scratch/bfs.svg" width="400" />

0 commit comments

Comments
 (0)