mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-30 08:35:11 +00:00
Fix typo in bidict description in README.md
This commit is contained in:
parent
6ddc60423f
commit
c0703f2d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue