From a1053048f133608297b44c08360a8d295e1a2b94 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 18 Mar 2024 15:34:38 +0100 Subject: [PATCH] Fix typo --- docs/overview.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index 1da32b64a..8a7da5098 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -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.