From 282d5b847d41cf062b6b84434aef903eb24a89ee Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 5 Apr 2021 17:30:30 +0800 Subject: [PATCH] Fix indent level of "Validating the first value" (#2577) --- docs/usage/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/types.md b/docs/usage/types.md index b4b5efe..8c2d920 100644 --- a/docs/usage/types.md +++ b/docs/usage/types.md @@ -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.