From dc33b473516eb04cb1544686e0240ff2681c87a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 12:21:18 +0000 Subject: [PATCH] fixed documentation typo (#4855) (#4858) Co-authored-by: Muhammad Abdur Rakib <103581704+rifatrakib@users.noreply.github.com> --- docs/usage/model_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/model_config.md b/docs/usage/model_config.md index 7e0efd5d5d..d149385acd 100644 --- a/docs/usage/model_config.md +++ b/docs/usage/model_config.md @@ -127,7 +127,7 @@ with the following means (see [#4093](https://github.com/pydantic/pydantic/pull/ or after (value `'after_validation'`) parsing and validation when they are [converted](dataclasses.md#stdlib-dataclasses-and-_pydantic_-dataclasses). **`allow_inf_nan`** -: whether to allows infinity (`+inf` an `-inf`) and NaN values to float fields, defaults to `True`, +: whether to allow infinity (`+inf` an `-inf`) and NaN values to float fields, defaults to `True`, set to `False` for compatibility with `JSON`, see [#3994](https://github.com/pydantic/pydantic/pull/3994) for more details, added in **V1.10**