From c399c8ea17be623fbb2c1fab2e00726fc56446d6 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 9 Sep 2019 09:47:44 -0600 Subject: [PATCH] Re-word pyenchant spell check known issue --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ccd0038..29b9834 100644 --- a/Home.md +++ b/Home.md @@ -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