Remove ableist slur

This commit is contained in:
Hynek Schlawack 2017-04-20 14:59:33 +02:00
parent a48124b904
commit b6ead28967
1 changed files with 1 additions and 1 deletions

View File

@ -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.