Fix tiny typo in glossary.md (#1363)
This commit is contained in:
parent
5eea939b64
commit
58cd3ae112
|
@ -113,7 +113,7 @@ field
|
||||||
|
|
||||||
However, with the emergence of {mod}`dataclasses`, [Pydantic](https://docs.pydantic.dev/latest/concepts/fields/), and other libraries, the term "field" has become a common term for a predefined attribute on a class in the Python ecosystem.
|
However, with the emergence of {mod}`dataclasses`, [Pydantic](https://docs.pydantic.dev/latest/concepts/fields/), and other libraries, the term "field" has become a common term for a predefined attribute on a class in the Python ecosystem.
|
||||||
|
|
||||||
So with out new APIs, we've embraced it too by calling the function to create them {func}`attrs.field`, and use the term "field" throughout the documentation interchangeably.
|
So with our new APIs, we've embraced it too by calling the function to create them {func}`attrs.field`, and use the term "field" throughout the documentation interchangeably.
|
||||||
|
|
||||||
See also {doc}`names`.
|
See also {doc}`names`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue