Skip to content

Commit 9834d38

Browse files
Minor doc corrections in OrderedRingBuffer
Signed-off-by: Matthias Wende <[email protected]>
1 parent 179e763 commit 9834d38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/frequenz/sdk/timeseries/_ringbuffer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)