Treelib typo
This commit is contained in:
parent
95f3b9b120
commit
91c2490d01
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def right_brothers(node):
|
||||||
def all_brothers(node):
|
def all_brothers(node):
|
||||||
# Najdeme prvního bratra
|
# Najdeme prvního bratra
|
||||||
fb = first_brother(node)
|
fb = first_brother(node)
|
||||||
marb = me_and_all_brothers(fb)
|
marb = me_and_right_brothers(fb)
|
||||||
for cur in marb:
|
for cur in marb:
|
||||||
yield cur
|
yield cur
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue