Skip to content

Commit

Permalink
fix typos (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lx authored Dec 28, 2024
1 parent 598494a commit 076cf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In the parlance of [*Form, Command, and Model Validation*](https://verraes.net/2

*attrs* emphatically does **not** try to be a validation library, but a toolkit to write well-behaved classes like you would write yourself.
If you'd like a powerful library for structuring, unstructuring, and validating data, have a look at [*cattrs*](https://catt.rs/) which is an official member of the *attrs* family.
One of it's core tenants is that it doesn't couple your classes to external factors.
One of its core tenets is that it doesn't couple your classes to external factors.


## … namedtuples?
Expand Down

0 comments on commit 076cf76

Please sign in to comment.