Fix typo in index.rst (#383)

This commit is contained in:
James Bradshaw
2019-02-03 11:10:54 -06:00
committed by Samuel Colvin
parent f287d41590
commit 67c965fb50
+1 -1
View File
@@ -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.