Skip to content

Commit f070a21

Browse files
correct reference in Setters section of api.rst (#1224)
1 parent 2bddbdb commit f070a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ Setters
681681

682682
.. module:: attrs.setters
683683

684-
These are helpers that you can use together with `attrs.define`'s and `attrs.fields`'s ``on_setattr`` arguments.
684+
These are helpers that you can use together with `attrs.define`'s and `attrs.field`'s ``on_setattr`` arguments.
685685
All setters in ``attrs.setters`` are also available from ``attr.setters`` (it's the same module in a different namespace).
686686

687687
.. autofunction:: frozen

0 commit comments

Comments
 (0)