Fix typo in models.md (#4145)

This commit is contained in:
Tetsuo Kiso
2022-07-03 20:11:56 +09:00
committed by GitHub
parent 8846ec4685
commit d7593368c7
+1 -1
View File
@@ -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.