mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Fix indent level of "Validating the first value" (#2577)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user