From 67c965fb50d16ccd2cc16bbbcaea54419af86e8a Mon Sep 17 00:00:00 2001 From: James Bradshaw Date: Sun, 3 Feb 2019 11:10:54 -0600 Subject: [PATCH] Fix typo in index.rst (#383) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b5f37df..98c0aa7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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.