From 91efd5d7c4028c004256bb80a1e2e1b5f23a10fe Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Wed, 17 Jul 2024 15:44:14 -0400 Subject: [PATCH] Update README.md newlines (#9) * Update README.md for better line separations. Signed-off-by: Nathaniel Starkman Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6d0c63..25c770a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

dataclasstools

Tools from dataclasses, extended to all of Python

-Python's `dataclasses` library provides powerful tools for working with objects, -but only compatible `@dataclass` objects. 😢 This repository is a superset of -those tools and extends them to work on ANY Python object you want! 🎉 You can +Python's `dataclasses` provides tools for working with objects, but only +compatible `@dataclass` objects. 😢
This repository is a superset of those +tools and extends them to work on ANY Python object you want! 🎉
You can easily register in object-specific methods and use a unified interface for object manipulation. 🕶️