Missed a change

This commit is contained in:
sneakers-the-rat 2024-08-05 19:43:43 -07:00
parent b2db1014bd
commit 4c5b3699a3
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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.