From 08d7677748a79ab7c2752d9d0b51e37e9fb00b84 Mon Sep 17 00:00:00 2001 From: Aaron Stephens Date: Tue, 28 Dec 2021 00:59:24 -0800 Subject: [PATCH] docs: remove typo in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d81b79aa3..e2b07430d 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 `_.