Skip to content

Commit

Permalink
[fix] - missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tbedford committed Oct 30, 2023
1 parent 92323ca commit 0b91b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platform/how-to/timeseries-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def on_dataframe_received_handler(stream_consumer: qx.StreamConsumer, df: pd.Dat
.publish()
```

In the above code the event generating code has been removed for simplicity. Note that the average pressure for the event window is published to an output stream, so these values can be used by other services in the pipeline.
In the above code, the event generating code has been removed for simplicity. Note that the average pressure for the event window is published to an output stream, so these values can be used by other services in the pipeline.

## Next steps

Expand Down

0 comments on commit 0b91b8e

Please sign in to comment.