From e0b8e0530bcaa45f66dde88985e3b96c95dcdd3c Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 20 Sep 2022 14:48:59 +0100 Subject: [PATCH] tiny tweak to docs (#4543) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3d27eb5..29122bb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ Data validation using Python type annotations. -*pydantic* enforces type hints at runtime, and provides user friendly errors when data is invalid. +*pydantic* enforces type hints at runtime, and provides user-friendly errors when data is invalid. Define how data should be in pure, canonical Python; validate it with *pydantic*.