Browse Source

Update pydantic docs url

Co-authored-by: Motov Yurii <[email protected]>
pull/14939/head
lkkmpn 4 months ago
committed by GitHub
parent
commit
1eee9c096d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/extra-models.md

2
docs/en/docs/tutorial/extra-models.md

@ -166,7 +166,7 @@ To do that, use the standard Python union syntax:
/// note
When defining a union, include the most specific type first, followed by the less specific type. In the example below, the more specific `PlaneItem` comes before `CarItem` in `PlaneItem | CarItem`.
When defining a [union](https://docs.pydantic.dev/latest/concepts/unions/), include the most specific type first, followed by the less specific type. In the example below, the more specific `PlaneItem` comes before `CarItem` in `PlaneItem | CarItem`.
///

Loading…
Cancel
Save