Skip to content

Commit 647d723

Browse files
committed
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.
1 parent eb86241 commit 647d723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ _Libraries for parsing and manipulating plain texts._
869869

870870
- General
871871
- [babel](https://github.com/python-babel/babel) - An internationalization library for Python.
872-
- [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector.
872+
- [chardet](https://github.com/chardet/chardet) - Python character encoding detector.
873873
- [difflib](https://docs.python.org/3/library/difflib.html) - (Python standard library) Helpers for computing deltas.
874874
- [ftfy](https://github.com/rspeer/python-ftfy) - Makes Unicode text less broken and more consistent automagically.
875875
- [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing.

0 commit comments

Comments
 (0)