Browse Source

Fix 404 Pydantic data types

pull/15967/head
Yurii Motov 2 weeks ago
parent
commit
5caccc0cd5
  1. 2
      docs/en/docs/tutorial/extra-data-types.md

2
docs/en/docs/tutorial/extra-data-types.md

@ -49,7 +49,7 @@ Here are some of the additional data types you can use:
* `Decimal`: * `Decimal`:
* Standard Python `Decimal`. * Standard Python `Decimal`.
* In requests and responses, handled the same as a `float`. * In requests and responses, handled the same as a `float`.
* You can check all the valid Pydantic data types here: [Pydantic data types](https://docs.pydantic.dev/latest/usage/types/types/). * You can check all the valid Pydantic data types here: [Pydantic data types](https://pydantic.dev/docs/validation/latest/concepts/types/).
## Example { #example } ## Example { #example }

Loading…
Cancel
Save