Merge pull request #3190 from fauzan171/fix/chardet-description

fix: update chardet description to remove outdated Python 2 reference
This commit is contained in:
Vinta Chen 2026-06-07 01:29:18 +08:00 committed by GitHub
commit ada22936cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.