mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 14:21:45 +08:00
Fix typo in bidict description in README.md
This commit is contained in:
parent
6ddc60423f
commit
c0703f2d7d
@ -204,7 +204,7 @@ _Compile software from source code._
|
||||
_Libraries for enhancing Python built-in classes._
|
||||
|
||||
- [attrs](https://github.com/python-attrs/attrs) - Replacement for `__init__`, `__eq__`, `__repr__`, etc. boilerplate in class definitions.
|
||||
- [bidict](https://github.com/jab/bidict) - Efficient, Pythonic bidirectional map data structures and related functionality..
|
||||
- [bidict](https://github.com/jab/bidict) - Efficient, Pythonic bidirectional map data structures and related functionality.
|
||||
- [box](https://github.com/cdgriffith/Box) - Python dictionaries with advanced dot notation access.
|
||||
- [dataclasses](https://docs.python.org/3/library/dataclasses.html) - (Python standard library) Data classes.
|
||||
- [dotteddict](https://github.com/carlosescri/DottedDict) - A library that provides a method of accessing lists and dicts with a dotted path notation.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user