Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 18, 2024
1 parent 2446e64 commit a105304
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/overview.md
Expand Up @@ -63,12 +63,9 @@ Do with it as you please.

---

*attrs* also isn't a fully-fledged serialization library.
*attrs* also is *not* a fully-fledged serialization library.
While it comes with features like converters and validators, it is meant to be a kit for building classes that you would write yourself – but with less boilerplate.
If you look for powerful-yet-unintrusive serialization and validation for your *attrs* classes, have a look at our sibling project [*cattrs*](https://catt.rs/) or our [third-party extensions](https://github.com/python-attrs/attrs/wiki/Extensions-to-attrs).

This separation of creating classes and serializing them is a conscious design decision.
We don't think that your business model and your serialization format should be coupled.

This separation of creating classes and serializing them is a conscious design decision.
We don't think that your business model and your serialization format should be coupled.

0 comments on commit a105304

Please sign in to comment.