manuskript/manuskript/functions
TheShadowOfHassen acd23e9651
Fixed error # #1095 (#1098)
The error: TypeError: expected string or bytes-like object can be fixed by just a str to the line:
         return [(m.start(), m.end(), getSearchResultContext(text, m.start(), m.end())) for m in searchRegex.finditer(text)]
2022-12-29 22:07:31 +01:00
..
__init__.py Fixed error # #1095 (#1098) 2022-12-29 22:07:31 +01:00
spellchecker.py Hotfix of unhandled exception by language_tool_python (#870) 2021-04-30 20:46:30 +02:00