Merge pull request #2924 from CipherGaurav/master

Fix double period in bidict description
This commit is contained in:
Jinyang
2026-02-25 07:09:33 +01:00
committed by GitHub

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.