Skip to content

Commit 5454eba

Browse files
Update docs/modules/ROOT/examples/merging/tutorial001.py
Co-authored-by: Oleksii Symon <oleksii.symon@corva.ai>
1 parent b4ce458 commit 5454eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/examples/merging/tutorial001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# imagine we actually have 3 incoming events with 3 records each
55
@stream(merge_events=True)
6-
def task_app(event: StreamTimeEvent, api: Api):
6+
def app(event: StreamTimeEvent, api: Api):
77
# since we passed merge_events=True all 3 incoming events
88
# and their records will be merged into a single event with 9 records
99
assert len(event.records) == 9 # this will not fail

0 commit comments

Comments
 (0)