Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Aug 31, 2019
1 parent 4685c91 commit 608e5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectolax/node.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 608e5a9

Please sign in to comment.