From c0703f2d7d6ec4af203ec42cd0781fe358e5b2e5 Mon Sep 17 00:00:00 2001 From: CipherGaurav Date: Fri, 20 Feb 2026 20:12:25 +0530 Subject: [PATCH] Fix typo in bidict description in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b90e3d0c..ead4e68b 100644 --- a/README.md +++ b/README.md @@ -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.