Fix typo in EParseFunctionMismatch.
This commit is contained in:
@@ -112,7 +112,7 @@ class EParseInvalidField(EParse):
|
|||||||
class EParseFunctionMismatch(EParse):
|
class EParseFunctionMismatch(EParse):
|
||||||
def __init__(self, parser):
|
def __init__(self, parser):
|
||||||
super(EParseFunctionMismatch, self).__init__(parser,
|
super(EParseFunctionMismatch, self).__init__(parser,
|
||||||
u"Function type mismatches type or number of arguments")
|
u"Function call mismatches type or number of arguments")
|
||||||
|
|
||||||
class EParseDeclarationScope(EParse):
|
class EParseDeclarationScope(EParse):
|
||||||
def __init__(self, parser):
|
def __init__(self, parser):
|
||||||
|
|||||||
Reference in New Issue
Block a user