From 1d3e4b94f93788f33753e7edb1e374ab19d9ae2f Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 14 Dec 2024 13:37:06 +0100 Subject: [PATCH] Explicit autodoc --- 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 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`.