You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/license.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ The development is kindly supported by my employer [Variomedia AG](https://www.v
10
10
A full list of contributors can be found in [GitHub's overview](https://github.com/python-attrs/attrs/graphs/contributors).
11
11
12
12
It’s the spiritual successor of [characteristic](https://characteristic.readthedocs.io/) and aspires to fix some of it clunkiness and unfortunate decisions.
13
-
Both were inspired by Twisted’s [FancyEqMixin](https://docs.twisted.org/en/stable/api/twisted.python.util.FancyEqMixin.html) but both are implemented using class decorators because [subclassing is bad for you](https://www.youtube.com/watch?v=3MNVP9-hglc)(except when doing [strict specialization](https://hynek.me/articles/python-subclassing-redux/)).
13
+
Both were inspired by Twisted’s [FancyEqMixin](https://docs.twisted.org/en/stable/api/twisted.python.util.FancyEqMixin.html), but both are implemented using class decorators, because [subclassing is bad for you](https://www.youtube.com/watch?v=3MNVP9-hglc) except when doing [strict specialization](https://hynek.me/articles/python-subclassing-redux/).
0 commit comments