mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
Missed a change
This commit is contained in:
parent
b2db1014bd
commit
4c5b3699a3
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Interface(ABC, Generic[T]):
|
|||
* :meth:`.after_validation` - hook after validation for modifying the array
|
||||
that is set as the model field value
|
||||
|
||||
Follow the method signatures and return types to override
|
||||
Follow the method signatures and return types to override.
|
||||
|
||||
Implementing an interface subclass largely consists of overriding these methods
|
||||
as needed.
|
||||
|
|
Loading…
Reference in a new issue