mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
fixed documentation typo (#4855)
This commit is contained in:
committed by
GitHub
parent
9588c9e22d
commit
f2b129a8bc
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user