diff --git a/src/attr/_make.py b/src/attr/_make.py index a1912b123..ceb08f910 100644 --- a/src/attr/_make.py +++ b/src/attr/_make.py @@ -1369,7 +1369,7 @@ def attrs( :param bool collect_by_mro: Setting this to `True` fixes the way ``attrs`` collects attributes from base classes. The default behavior is incorrect in certain cases of multiple inheritance. It should be on by - default but is kept off for backward-compatability. + default but is kept off for backward-compatibility. See issue `#428 `_ for more details.