Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Jun 6, 2017
1 parent 9b2d021 commit d99e16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anytree/node.py
Expand Up @@ -239,7 +239,7 @@ def ancestors(self):
@property
def anchestors(self):
"""
All parent nodes and their parent nodes - see :any:`anchestors`.
All parent nodes and their parent nodes - see :any:`ancestors`.
The attribute `anchestors` is just a typo of `ancestors`. Please use `ancestors`.
This attribute will be removed in the 2.0.0 release.
Expand Down

0 comments on commit d99e16e

Please sign in to comment.