mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix typo. Oops!
This commit is contained in:
parent
d1bbe26c49
commit
efc7f4406a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class EParseReturnShouldBeEmpty(EParse):
|
|||
|
||||
class EParseReturnIsEmpty(EParse):
|
||||
def __init__(self, parser):
|
||||
super(EParseReturnIsEmtpy, self).__init__(parser,
|
||||
super(EParseReturnIsEmpty, self).__init__(parser,
|
||||
u"Function returns a value but return statement doesn't")
|
||||
|
||||
# This error message may sound funny, for good reasons.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue