wmllint: the correct package name for spellchecking is python3-enchant

This commit is contained in:
Elvish_Hunter 2019-09-06 11:01:33 +02:00
parent 33bbc75a2d
commit 853ae430ce

View file

@ -3371,7 +3371,7 @@ In your case, your system interprets your arguments as:
print(fn + ":")
spellcheck(fn, d)
except ImportError:
print("wmllint: spell check unavailable, install python-enchant to enable", file=sys.stderr)
print("wmllint: spell check unavailable, install python3-enchant to enable", file=sys.stderr)
if failed_any_dirs:
sys.exit(1)
except KeyboardInterrupt: