Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuzyashin committed Oct 7, 2020
1 parent b6ebdd9 commit 781e2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faust/models/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Record(Model, abstract=True): # type: ignore
"""Describes a model type that is a record (Mapping).
Examples:
>>> class LogEvent(Record, serializer='json'):
>>> class LogEvent(Record, serializer='json', inlcude_metadata=False):
... severity: str
... message: str
... timestamp: float
Expand Down

0 comments on commit 781e2e5

Please sign in to comment.