wmllint: the correct package name for spellchecking is python3-enchant
This commit is contained in:
parent
33bbc75a2d
commit
853ae430ce
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue