We don't create ordering by default anymore
This commit is contained in:
parent
e7345584ff
commit
04e7efa037
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue