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:
parent
1cb58a5536
commit
9143f126c5
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue