How To Use Wxspellcheckerdialog In Django?
According to pyenchant documentation usage is follows, >> import wx >> from enchant.checker import SpellChecker >> from enchant.checker.wxSpellCheckerDialog impo
Solution 1:
I am pretty sure you call chkr.getText() which returns the corrected text.
Post a Comment for "How To Use Wxspellcheckerdialog In Django?"