Re-word pyenchant spell check known issue

Curtis Gedak 2019-09-09 09:47:44 -06:00
parent d21cd00770
commit c399c8ea17

@ -50,7 +50,7 @@ Following are some known issues with the upcoming 0.10.0 release.
- To fix this, make sure your version of Python and PyQt rely on the same version of OpenSSL.
## PyEnchant Spell Check
- A pre-built PyEnchant package is not available for 64 bit Python on Windows ([PyEnchant issue #42](https://github.com/rfk/pyenchant/issues/42))
- A pre-built PyEnchant package is not available on Windows for 64 bit Python ([PyEnchant issue #42](https://github.com/rfk/pyenchant/issues/42))
- A work-around is to install [PySpellChecker or SymSpellPy on Windows](https://github.com/olivierkes/manuskript/wiki/Run-Manuskript-from-Source-Code-on-Windows#spell-checker-libraries-optional---provides-spell-checking-functionality), or to use [32 bit Python](https://stackoverflow.com/questions/37771227/install-pyenchant-on-a-windows-64-bit-machine).
# Mission Statement