From f070a21a3ef2e88db5c070aab32ea660d7357d47 Mon Sep 17 00:00:00 2001 From: richardsheridan Date: Fri, 12 Jan 2024 03:38:07 -0500 Subject: [PATCH] correct reference in Setters section of api.rst (#1224) --- 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