From 3fa3a06da4f78c519e05109ca1d94191fc8e1810 Mon Sep 17 00:00:00 2001 From: richardsheridan Date: Thu, 11 Jan 2024 16:15:31 -0500 Subject: [PATCH] correct reference in Setters section of api.rst --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index d55f2539e..2129a8ba2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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