Typos "searchs"

Misspelling of "searchs" in method index.

Change-Id: Ifb17fc1a4b4df2ea7cbc3a49e9815888dd1d7467
This commit is contained in:
Rafael Rivero
2014-09-18 16:39:28 -07:00
committed by Joshua Harlow
parent ce628870ac
commit de652c770a

View File

@@ -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: