Skip to content

Commit

Permalink
Fix invalid reference inside Fields/Immutability documentation (#7870)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatnazali committed Oct 19, 2023
1 parent 0660024 commit 76861b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/fields.md
Expand Up @@ -651,7 +651,7 @@ See [Conversion Table](conversion_table.md) for more details on how Pydantic con

## Immutability

The parameter `frozen` is used to emulate the [frozen dataclass] behaviour. It is used to prevent the field from being
The parameter `frozen` is used to emulate the frozen dataclass behaviour. It is used to prevent the field from being
assigned a new value after the model is created (immutability).

See the [frozen dataclass documentation] for more details.
Expand Down

0 comments on commit 76861b0

Please sign in to comment.