Skip to content

Commit fc34f20

Browse files
committed
Add often forgotten feature
1 parent d67cdaa commit fc34f20

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
@@ -128,7 +128,7 @@ Please check out [*On The Core API Names*](https://www.attrs.org/en/latest/names
128128

129129
On the tin, *attrs* might remind you of `dataclasses` (and indeed, `dataclasses` [are a descendant](https://hynek.me/articles/import-attrs/) of *attrs*).
130130
In practice it does a lot more and is more flexible.
131-
For instance it allows you to define [special handling of NumPy arrays for equality checks](https://www.attrs.org/en/stable/comparison.html#customization), or allows more ways to [plug into the initialization process](https://www.attrs.org/en/stable/init.html#hooking-yourself-into-initialization).
131+
For instance it allows you to define [special handling of NumPy arrays for equality checks](https://www.attrs.org/en/stable/comparison.html#customization), allows more ways to [plug into the initialization process](https://www.attrs.org/en/stable/init.html#hooking-yourself-into-initialization), and allows for stepping through the generated methods using a debugger.
132132

133133
For more details, please refer to our [comparison page](https://www.attrs.org/en/stable/why.html#data-classes).
134134

0 commit comments

Comments
 (0)