mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Fix typo in models.md (#4145)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user