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,