Skip to content

Commit 58cd3ae

Browse files
authored
Fix tiny typo in glossary.md (#1363)
1 parent 5eea939 commit 58cd3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ field
113113
114114
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.
115115
116-
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.
116+
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.
117117
118118
See also {doc}`names`.
119119

0 commit comments

Comments
 (0)