oop fix MyST in serialization docs

This commit is contained in:
sneakers-the-rat 2024-09-23 18:36:05 -07:00
parent bd5b93773b
commit faeccc8b17
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -114,7 +114,7 @@ to {func}`~pydantic.BaseModel.model_dump_json`.
All the following should return an equivalent array from the same All the following should return an equivalent array from the same
file/etc. as the source array when using file/etc. as the source array when using
`{func}`~pydantic.BaseModel.model_validate_json`` . {func}`~pydantic.BaseModel.model_validate_json` .
```{code-cell} ```{code-cell}
print_json(model.model_dump_json(round_trip=True)) print_json(model.model_dump_json(round_trip=True))