diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-07-23 00:05:34 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-23 00:05:34 +0100 |
commit | 8baf14a214d84a1dc6b176b80cd2ea7833bcde3c (patch) | |
tree | ac69ff361825e86755e01f24176edd38ef1a4c43 /python/python-chardet | |
parent | fc86d9101d2bcc67368f79ba09ede9d408519cca (diff) | |
download | slackbuilds-8baf14a214d84a1dc6b176b80cd2ea7833bcde3c.tar.gz |
python/python-chardet: Mention optional python3 in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-chardet')
-rw-r--r-- | python/python-chardet/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-chardet/README b/python/python-chardet/README index 9ececd6900..fa68e6f22e 100644 --- a/python/python-chardet/README +++ b/python/python-chardet/README @@ -1 +1,3 @@ Universal encoding detector for Python 2 and 3. + +Optional dependency: python3 |