From ada8823183eed4946fd713cfe003fc231ade99f1 Mon Sep 17 00:00:00 2001 From: koenigdavidmj Date: Thu, 14 Mar 2024 11:15:42 -0500 Subject: [PATCH] Fix broken link from attr API reference back to attrs `attr.fields_dict` was a link back to itself. The intention, like all the other nearby aliases, was to refer back to the version in `attrs` for the full story. --- docs/api-attr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-attr.rst b/docs/api-attr.rst index 1c1c3edb3..b5ba06639 100644 --- a/docs/api-attr.rst +++ b/docs/api-attr.rst @@ -136,7 +136,7 @@ Helpers .. function:: fields_dict - Same as `attr.fields_dict`. + Same as `attrs.fields_dict`. .. function:: has