From d7593368c7f71ea97d4b352224017dd4e3de87b0 Mon Sep 17 00:00:00 2001 From: Tetsuo Kiso Date: Sun, 3 Jul 2022 20:11:56 +0900 Subject: [PATCH] Fix typo in models.md (#4145) --- docs/usage/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/models.md b/docs/usage/models.md index 8f7bc82..0d0932e 100644 --- a/docs/usage/models.md +++ b/docs/usage/models.md @@ -192,7 +192,7 @@ _(This script is complete, it should run "as is")_ One exception will be raised regardless of the number of errors found, that `ValidationError` will contain information about all the errors and how they happened. -You can access these errors in a several ways: +You can access these errors in several ways: `e.errors()` : method will return list of errors found in the input data.