Add GuiWordList test

This commit is contained in:
Veronica K. B. Olsen
2021-02-12 22:00:22 +01:00
parent ff1d625dc8
commit fca5c77089
4 changed files with 137 additions and 3 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class NWSpellEnchant(NWSpellCheck):
try:
import enchant
if self.theBroker is not None:
logger.verbose("Deleting old pyenchant Broker")
logger.verbose("Deleting old pyenchant broker")
del self.theBroker
self.theBroker = enchant.Broker()