diff --git a/docs/serialization.md b/docs/serialization.md index ccad606..83dd4dd 100644 --- a/docs/serialization.md +++ b/docs/serialization.md @@ -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))