diff --git a/README.rst b/README.rst index d81b79aa..e2b07430 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,7 @@ Data Classes ============ On the tin, ``attrs`` might remind you of ``dataclasses`` (and indeed, ``dataclasses`` are a descendant of ``attrs``). -In practice it does a lot more more and is more flexible. +In practice it does a lot more and is more flexible. For instance it allows you to define `special handling of NumPy arrays for equality checks `_, or allows more ways to `plug into the initialization process `_. For more details, please refer to our `comparison page `_.