mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-03 00:18:20 +00:00
Fix typo in EParseFunctionMismatch.
This commit is contained in:
parent
4065fa95bb
commit
4f8d2979aa
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue