mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Fix typo in index.rst (#383)
This commit is contained in:
committed by
Samuel Colvin
parent
f287d41590
commit
67c965fb50
+1
-1
@@ -65,7 +65,7 @@ So *pydantic* uses some cool new language feature, but why should I actually go
|
||||
use of recursive *pydantic* models, ``typing``'s ``List`` and ``Dict`` etc. and validators allow
|
||||
complex data schemas to be clearly and easily defined and then checked.
|
||||
|
||||
**extendible**
|
||||
**extensible**
|
||||
*pydantic* allows custom data types to be defined or you can extend validation with methods on a model decorated
|
||||
with the ``validator`` decorator.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user