mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 10:44:28 +00:00
oop fix MyST in serialization docs
This commit is contained in:
parent
bd5b93773b
commit
faeccc8b17
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ to {func}`~pydantic.BaseModel.model_dump_json`.
|
|||
|
||||
All the following should return an equivalent array from the same
|
||||
file/etc. as the source array when using
|
||||
`{func}`~pydantic.BaseModel.model_validate_json`` .
|
||||
{func}`~pydantic.BaseModel.model_validate_json` .
|
||||
|
||||
```{code-cell}
|
||||
print_json(model.model_dump_json(round_trip=True))
|
||||
|
|
Loading…
Reference in a new issue