File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/frequenz/sdk/timeseries Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Gap:
2828 """End of the range, exclusive."""
2929
3030 def contains (self , timestamp : datetime ):
31- """Check if a given timestamp is inside this gap.
31+ """Check if a given timestamp is inside this gap.
3232
3333 Args:
3434 timestamp: Timestamp to check.
@@ -55,8 +55,8 @@ def __init__(
5555
5656 Args:
5757 buffer: Instance of a buffer container to use internally.
58- sampling_period: Timedelta of the desired resampling period.
59- time_index_alignment: Arbitary point in time used to align
58+ sampling_period: Timedelta of the desired sampling period.
59+ time_index_alignment: Arbitrary point in time used to align
6060 timestamped data with the index position in the buffer.
6161 Used to make the data stored in the buffer align with the
6262 beginning and end of the buffer borders.
You can’t perform that action at this time.
0 commit comments