Skip to content

Commit 89fea20

Browse files
committed
minor update to docs
1 parent 6989001 commit 89fea20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ complex dataclass models.
5050
MyClass(my_str='20', is_active_tuple=(True, False, True), list_of_int=[1, 2, 3])
5151

5252
.. note::
53-
The example above demonstrates automatic type coercion, key casing
54-
transforms, and support for nested dataclass structures. See the
55-
documentation for round-trip serialization and advanced usage.
53+
The example above demonstrates automatic type coercion, key casing transforms,
54+
and support for nested dataclass structures.
55+
``DataclassWizard`` also auto-applies ``@dataclass`` to subclasses.
56+
See the docs for more examples and advanced usage.
5657

5758
.. contents:: Contents
5859
:depth: 1

0 commit comments

Comments
 (0)