Skip to content

Commit deb0133

Browse files
authored
docs: compound adjective
1 parent f070a21 commit deb0133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-does-it-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Frozen dict classes have barely a performance impact, unfrozen slotted classes a
106106

107107
By default, the standard library {func}`functools.cached_property` decorator does not work on slotted classes, because it requires a `__dict__` to store the cached value.
108108
This could be surprising when using *attrs*, as slotted classes are the default.
109-
Therefore, *attrs* converts `functools.cached_property` decorated methods when constructing slotted classes.
109+
Therefore, *attrs* converts `cached_property`-decorated methods when constructing slotted classes.
110110

111111
Getting this working is achieved by:
112112

0 commit comments

Comments
 (0)