Commit 7614bcfb authored by 's avatar

Fixed an indentation error in ZDOM

parent 345c0065
...@@ -163,7 +163,7 @@ class Node: ...@@ -163,7 +163,7 @@ class Node:
return None return None
def getLastChild(self): def getLastChild(self):
"""The last child of this node. If ther is no such node """The last child of this node. If ther is no such node
this returns None.""" this returns None."""
return None return None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment