mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 02:35:49 +00:00
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:
parent
eb86241240
commit
647d723ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue