tiny tweak to docs (#4543)

This commit is contained in:
Samuel Colvin
2022-09-20 14:48:59 +01:00
committed by GitHub
parent 2e834fecfb
commit e0b8e0530b
+1 -1
View File
@@ -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*.