Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman authored Jul 17, 2024
1 parent d479f09 commit 0be6d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align='center'> dataclasstools </h1>
<h2 align="center">Tools from dataclasses, extended to all of Python</h2>

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

0 comments on commit 0be6d43

Please sign in to comment.