Skip to content

Commit

Permalink
Explicit autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 14, 2024
1 parent 48f972a commit 1d3e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1d3e4b9

Please sign in to comment.