From 41e21d10075089498dce2ec075ffa3bf0bc8991d Mon Sep 17 00:00:00 2001 From: Muhammad Abdur Rakib <103581704+rifatrakib@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:57:45 +0600 Subject: [PATCH] fixed documentation typo --- 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 b89ba87668..c4b4bcd358 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**