Skip to content

Commit d6396c1

Browse files
authored
docs/class_schema: fix formatting (lovasoa#249)
1 parent f315d71 commit d6396c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marshmallow_dataclass/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def class_schema(
300300
Marking dataclass fields as non-initialized (``init=False``), by default, will result in those
301301
fields from being exluded in the schema. To override this behaviour, set the ``Meta`` option
302302
``include_non_init=True``.
303+
303304
>>> @dataclasses.dataclass()
304305
... class C:
305306
... important: int = dataclasses.field(init=True, default=0)

0 commit comments

Comments
 (0)