Skip to content

Commit a9ed56e

Browse files
committed
clarify some docs
1 parent ae607c5 commit a9ed56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quixstreams/sources/community/influxdb3/influxdb3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ class InfluxDB3Source(Source):
7474
7575
It processes measurements sequentially by gathering/producing a tumbling
7676
"time_delta"-sized window of data, starting from 'start_date' and eventually
77-
stopping at 'end_date'.
77+
stopping at 'end_date', completing that measurement.
7878
79-
Once stopped, it processes the next measurement, until all are complete.
79+
It then starts the next measurement, continuing until all are complete.
8080
8181
If no 'end_date' is provided, it will run indefinitely for a single
8282
measurement (which means no other measurements will be processed!).

0 commit comments

Comments
 (0)