Commit 429fc379 authored by Igor Dejanovic's avatar Igor Dejanovic

Typo fix

parent 7bdf2d8d
...@@ -47,7 +47,7 @@ class NoMatch(Exception): ...@@ -47,7 +47,7 @@ class NoMatch(Exception):
def __init__(self, value, position, parser): def __init__(self, value, position, parser):
self.value = value self.value = value
# Position in the input stream where error occured # Position in the input stream where error occurred
self.position = position self.position = position
self.parser = parser self.parser = parser
......
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