fix: update chardet description to remove outdated Python 2 reference

Python 2 reached end-of-life in January 2020. The 'Python 2/3
compatible' qualifier is no longer relevant and misleading. Updated
to match the official repository description.
This commit is contained in:
fauzan171 2026-06-07 00:08:39 +07:00
parent eb86241240
commit 647d723ecf

View file

@ -869,7 +869,7 @@ _Libraries for parsing and manipulating plain texts._
- General
- [babel](https://github.com/python-babel/babel) - An internationalization library for Python.
- [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector.
- [chardet](https://github.com/chardet/chardet) - Python character encoding detector.
- [difflib](https://docs.python.org/3/library/difflib.html) - (Python standard library) Helpers for computing deltas.
- [ftfy](https://github.com/rspeer/python-ftfy) - Makes Unicode text less broken and more consistent automagically.
- [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing.