Skip to content

Commit

Permalink
minor typo (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: Vikram Patki <54442035+patkivikram@users.noreply.github.com>
  • Loading branch information
kleinron and patkivikram authored Jan 3, 2022
1 parent 44063a2 commit d13a450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/windowing/hopping.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env python

# In this exapmple we have a function `publish_every_2secs` publishing a
# In this example we have a function `publish_every_2secs` publishing a
# message every 2 seconds to topic `hopping_topic`.
# We have created an agent `print_windowed_events` consuming events from
# `hopping_topic` that mutates the windowed table `hopping_table`.

# `hopping_table` is a table with hopping (overlaping) windows. Each of
# `hopping_table` is a table with hopping (overlapping) windows. Each of
# its windows is 10 seconds of duration, and we create a new window every 5
# seconds.
# |----------|
Expand Down

0 comments on commit d13a450

Please sign in to comment.