Typos "searchs"
Misspelling of "searchs" in method index. Change-Id: Ifb17fc1a4b4df2ea7cbc3a49e9815888dd1d7467
This commit is contained in:
committed by
Joshua Harlow
parent
ce628870ac
commit
de652c770a
@@ -168,7 +168,7 @@ class Node(object):
|
||||
yield c
|
||||
|
||||
def index(self, item):
|
||||
"""Finds the child index of a given item, searchs in added order."""
|
||||
"""Finds the child index of a given item, searches in added order."""
|
||||
index_at = None
|
||||
for (i, child) in enumerate(self._children):
|
||||
if child.item == item:
|
||||
|
||||
Reference in New Issue
Block a user