Skip to content

Commit

Permalink
Merge pull request cesbit#13 from ffknob/fix-mising-typo
Browse files Browse the repository at this point in the history
Fixes "mising" typo
  • Loading branch information
Jeroen van der Heijden authored Feb 14, 2020
2 parents 67aec45 + 4c8c6a1 commit a81ecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyleri/grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __new__(mcs, name, bases, attrs, **kwargs):
'actual reference is missing.'.format(n))
if bases and not isinstance(attrs.get('START'), Element):
raise MissingStartError(
'Grammar is mising the required START element entry point.')
'Grammar is missing the required START element entry point.')
if bases:
used = set()
_used_checker(attrs['START'], used)
Expand Down

0 comments on commit a81ecf6

Please sign in to comment.