Remove ableist slur
This commit is contained in:
parent
a48124b904
commit
b6ead28967
|
@ -286,7 +286,7 @@ More information on why class methods for constructing objects are awesome can b
|
|||
Validators
|
||||
----------
|
||||
|
||||
Although your initializers should be as dumb as possible, it can come in handy to do some kind of validation on the arguments.
|
||||
Although your initializers should do as little as possible (ideally: just initialize your instance according to the arguments!), it can come in handy to do some kind of validation on the arguments.
|
||||
|
||||
``attrs`` offers two ways to define validators for each attribute and it's up to you to choose which one suites better your style and project.
|
||||
|
||||
|
|
Loading…
Reference in New Issue