Skip to content

Commit

Permalink
fixed documentation typo (#4855)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifatrakib authored and web-flow committed Dec 20, 2022
1 parent 736a80d commit 6f8b829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/model_config.md
Expand Up @@ -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**

Expand Down

0 comments on commit 6f8b829

Please sign in to comment.