From e2bdc6432106785ed403061fb39bbc6c551014dd Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 3 Sep 2020 07:00:19 +0200 Subject: [PATCH] Update src/attr/_make.py Co-authored-by: Paul Ganssle --- src/attr/_make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attr/_make.py b/src/attr/_make.py index 1d28a9eaf..02dc82582 100644 --- a/src/attr/_make.py +++ b/src/attr/_make.py @@ -674,7 +674,7 @@ def _create_slots_class(self): # __setattr__, that needs to be reset. # XXX: This can be confused by subclassing a slotted attrs class with # XXX: a non-attrs class and subclass the resulting class with an attrs - # XXX: class. See `test_slotted_confused for details. For now that's + # XXX: class. See `test_slotted_confused` for details. For now that's # XXX: OK with us. if not self._has_own_setattr: # There's metaclass magic that may result in a baseclass without