Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 484b55b

Browse files
committed
endash
1 parent 5870f3a commit 484b55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Nevertheless, there are still reasons to prefer *attrs* over Data Classes.
1515
Whether they're relevant to *you* depends on your circumstances:
1616

1717
- Data Classes are *intentionally* less powerful than *attrs*.
18-
There is a long list of features that were sacrificed for the sake of simplicity and while the most obvious ones are validators, converters, [equality customization](custom-comparison), a solution to the [`__init_subclass__` problem](init-subclass), or {doc}`extensibility <extending>` in general, it permeates throughout all APIs.
18+
There is a long list of features that were sacrificed for the sake of simplicity and while the most obvious ones are validators, converters, [equality customization](custom-comparison), a solution to the [`__init_subclass__` problem](init-subclass), or {doc}`extensibility <extending>` in general -- it permeates throughout all APIs.
1919

2020
On the other hand, Data Classes currently do not offer any significant feature that *attrs* doesn't already have.
2121

0 commit comments

Comments
 (0)