Fix broken link from attr API reference back to attrs (#1260)

`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.
This commit is contained in:
koenigdavidmj 2024-03-14 11:35:23 -05:00 committed by GitHub
parent 1cb58a5536
commit 9143f126c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ Helpers
.. function:: fields_dict .. function:: fields_dict
Same as `attr.fields_dict`. Same as `attrs.fields_dict`.
.. function:: has .. function:: has