diff --git a/selectolax/node.pxi b/selectolax/node.pxi index 78c5cb1..a8cb041 100644 --- a/selectolax/node.pxi +++ b/selectolax/node.pxi @@ -299,7 +299,7 @@ cdef class Node: node = node.next def traverse(self): - """Iterate over all nodes on starting from the current level. + """Iterate over all child and next nodes starting from the current level. Yields -------