Skip to content

Commit

Permalink
Merge pull request #41 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
pazz committed Sep 2, 2017
2 parents 9142c59 + a3d8853 commit ed7b033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urwidtrees/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def first_ancestor(self, pos):
return self._last_in_direction(pos, self.parent_position)

def last_decendant(self, pos):
"""position of last (in DFO) decendant of pos"""
"""position of last (in DFO) descendant of pos"""
return self._last_in_direction(pos, self.last_child_position)

def last_sibling_position(self, pos):
Expand Down

0 comments on commit ed7b033

Please sign in to comment.