From 04e7efa03773b4be04df8f8f47cebf167ef6bae3 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 27 Dec 2021 08:06:55 +0100 Subject: [PATCH] We don't create ordering by default anymore --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a2aa04bb..c442e466 100644 --- a/README.rst +++ b/README.rst @@ -69,7 +69,7 @@ After *declaring* your attributes ``attrs`` gives you: - a concise and explicit overview of the class's attributes, - a nice human-readable ``__repr__``, -- a complete set of comparison methods (equality and ordering), +- a equality-checking methods, - an initializer, - and much more,