Fix indent level of "Validating the first value" (#2577)

This commit is contained in:
Joe
2021-04-05 17:30:30 +08:00
committed by GitHub
parent 300ebbb21a
commit 282d5b847d
+1 -1
View File
@@ -221,7 +221,7 @@ _(This script is complete, it should run "as is")_
pydantic can't validate the values automatically for you because it would require
consuming the infinite generator.
## Validating the first value
#### Validating the first value
You can create a [validator](validators.md) to validate the first value in an infinite generator and still not consume it entirely.