Commit 713b5f2f authored by Igor Dejanovic's avatar Igor Dejanovic

Small addition in the comment.

parent 34f0ba2b
......@@ -111,7 +111,7 @@ class ParsingExpression(object):
# Memoization. Every node cache the parsing results for the given input
# positions.
self.result_cache = {} # position -> parse tree
self.result_cache = {} # position -> parse tree at the position
@property
def desc(self):
......
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