From d13a450a07a81337c56eed115cc13f0d0367639e Mon Sep 17 00:00:00 2001 From: Ron Klein Date: Mon, 3 Jan 2022 14:44:59 +0200 Subject: [PATCH] minor typo (#246) Co-authored-by: Vikram Patki <54442035+patkivikram@users.noreply.github.com> --- examples/windowing/hopping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/windowing/hopping.py b/examples/windowing/hopping.py index 3e836f1c9..e104e20e4 100644 --- a/examples/windowing/hopping.py +++ b/examples/windowing/hopping.py @@ -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. # |----------|