Skip to content

Commit

Permalink
fixed documentation typo (#4855) (#4858)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Abdur Rakib <103581704+rifatrakib@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and rifatrakib committed Dec 21, 2022
1 parent 6a27124 commit dc33b47
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 dc33b47

Please sign in to comment.