7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
6 """ | 6 """ |
7 Module implementing the spell checker for the editor component. | 7 Module implementing the spell checker for the editor component. |
8 | 8 |
9 The spell checker is based on pyenchant. | 9 The spell checker is based on pyenchant. |
10 """ | 10 """ |
11 | |
12 | 11 |
13 import os | 12 import os |
14 | 13 |
15 from PyQt5.QtCore import QTimer, QObject | 14 from PyQt5.QtCore import QTimer, QObject |
16 | 15 |