Skip to content

Commit ada66be

Browse files
authored
docs: remove typo in README.rst (#893)
1 parent 421a9d3 commit ada66be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Data Classes
9292
============
9393

9494
On the tin, ``attrs`` might remind you of ``dataclasses`` (and indeed, ``dataclasses`` are a descendant of ``attrs``).
95-
In practice it does a lot more more and is more flexible.
95+
In practice it does a lot more and is more flexible.
9696
For instance it allows you to define `special handling of NumPy arrays for equality checks <https://www.attrs.org/en/stable/comparison.html#customization>`_, or allows more ways to `plug into the initialization process <https://www.attrs.org/en/stable/init.html#hooking-yourself-into-initialization>`_.
9797

9898
For more details, please refer to our `comparison page <https://www.attrs.org/en/stable/why.html#data-classes>`_.

0 commit comments

Comments
 (0)