Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ def process_timer(self, window_id, name, time_domain, timestamp, state):


class _UnwindowedValues(observable.ObservableMixin):
"""Exposes iterable of windowed values as interable of unwindowed values."""
"""Exposes iterable of windowed values as iterable of unwindowed values."""

def __init__(self, windowed_values):
super(_UnwindowedValues, self).__init__()
Expand Down