diff --git a/docs/spec/dataclasses.rst b/docs/spec/dataclasses.rst index 46aac489..bee2de89 100644 --- a/docs/spec/dataclasses.rst +++ b/docs/spec/dataclasses.rst @@ -534,7 +534,7 @@ Converters The ``converter`` parameter can be specified in a field definition to provide a callable used to convert values when assigning to the associated attribute. This feature allows for automatic type -conversion and validation attribute assignment. +conversion and validation during attribute assignment. Converter behavior: