summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Robby Workman2021-04-21 06:52:18 +0200
committer Robby Workman2021-04-21 06:52:18 +0200
commite48218d43aa8ff9f1a2fce6b69af9370562d88c0 (patch)
tree433d0bef9d05c06cfe909ab45836a9a1dad84d70 /development
parent20b87b8decd46f977d462186a87f2539736ac03b (diff)
downloadslackbuilds-e48218d43aa8ff9f1a2fce6b69af9370562d88c0.tar.gz
various: Kill python-chardet dep mention
Diffstat (limited to 'development')
-rw-r--r--development/codespell/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/development/codespell/README b/development/codespell/README
index 6c714b66f2..cdbc979cec 100644
--- a/development/codespell/README
+++ b/development/codespell/README
@@ -3,7 +3,3 @@ codespell (spell checker for source code)
codespell fixes common misspellings in text files. It's designed
primarily for checking misspelled words in source code, but it can be
used with other files as well.
-
-Optional dependency: python-chardet. This is required for codespell's
--e option. Unless you deal with files that are not ASCII, ISO-8859-1,
-or UTF-8, you probably don't need the -e option.