Update spell_check.py
This commit is contained in:
parent
5b734dee9e
commit
ad9cf0fd0e
@ -37,7 +37,7 @@ class command():
|
|||||||
|
|
||||||
if currWord != '':
|
if currWord != '':
|
||||||
if not self.spellChecker.check(currWord):
|
if not self.spellChecker.check(currWord):
|
||||||
environment['runtime']['outputManager'].presentText(environment, 'misspelled', interrupt=True)
|
environment['runtime']['outputManager'].presentText(environment, 'misspelled',soundIcon='mispell', interrupt=True)
|
||||||
|
|
||||||
return environment
|
return environment
|
||||||
def setCallback(self, callback):
|
def setCallback(self, callback):
|
||||||
|
Loading…
Reference in New Issue
Block a user