Update 62000-spell_check.py
This commit is contained in:
parent
c2b128e91c
commit
5b734dee9e
@ -57,7 +57,7 @@ class command():
|
||||
|
||||
if 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
|
||||
def setCallback(self, callback):
|
||||
|
Loading…
Reference in New Issue
Block a user