Skip to content

Commit

Permalink
correct reference in Setters section of api.rst (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Jan 12, 2024
1 parent 2bddbdb commit f070a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ Setters

.. module:: attrs.setters

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

.. autofunction:: frozen
Expand Down

0 comments on commit f070a21

Please sign in to comment.