Fix typo in bidict description in README.md

This commit is contained in:
CipherGaurav
2026-02-20 20:12:25 +05:30
committed by GitHub
parent 6ddc60423f
commit c0703f2d7d

View File

@@ -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.