Skip to content

Commit

Permalink
Improve docstring for fire_interval (#33936)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Feb 11, 2025
1 parent 0cc18a3 commit 4cd211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/periodicsequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __init__(
'''
:param start_timestamp: Timestamp for first element.
:param stop_timestamp: Timestamp after which no elements will be output.
:param fire_interval: Interval at which to output elements.
:param fire_interval: Interval in seconds at which to output elements.
:param apply_windowing: Whether each element should be assigned to
individual window. If false, all elements will reside in global window.
'''
Expand Down

0 comments on commit 4cd211b

Please sign in to comment.