From ada66bef24700d159acff4b72b7cb34a263ccccf Mon Sep 17 00:00:00 2001 From: Aaron Stephens Date: Tue, 28 Dec 2021 03:24:51 -0800 Subject: [PATCH] docs: remove typo in README.rst (#893) --- 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 `_.