We don't create ordering by default anymore

This commit is contained in:
Hynek Schlawack 2021-12-27 08:06:55 +01:00
parent e7345584ff
commit 04e7efa037
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ After *declaring* your attributes ``attrs`` gives you:
- a concise and explicit overview of the class's attributes, - a concise and explicit overview of the class's attributes,
- a nice human-readable ``__repr__``, - a nice human-readable ``__repr__``,
- a complete set of comparison methods (equality and ordering), - a equality-checking methods,
- an initializer, - an initializer,
- and much more, - and much more,