Skip to content

Commit ed14be1

Browse files
authored
Update README.md
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent 0be6d43 commit ed14be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align='center'> dataclasstools </h1>
22
<h2 align="center">Tools from dataclasses, extended to all of Python</h2>
33

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

0 commit comments

Comments
 (0)