diff --git a/src/attr/_make.py b/src/attr/_make.py index 9bd06a0cf..e17e6a215 100644 --- a/src/attr/_make.py +++ b/src/attr/_make.py @@ -2462,7 +2462,7 @@ def evolve(self, **changes): Copy *self* and apply *changes*. This works similarly to `attrs.evolve` but that function does not work - with `Attribute`. + with :class:`attrs.Attribute`. It is mainly meant to be used for `transform-fields`.