Fix typo: containes→contains

This commit is contained in:
lcolaholicl
2017-12-31 16:22:56 +09:00
committed by Dave Halter
parent 47e78b37fe
commit acb173b703

View File

@@ -338,7 +338,7 @@ class Node(BaseNode):
class ErrorNode(BaseNode):
"""
A node that containes valid nodes/leaves that we're follow by a token that
A node that contains valid nodes/leaves that we're follow by a token that
was invalid. This basically means that the leaf after this node is where
Python would mark a syntax error.
"""