Skip to content

Commit 120cfee

Browse files
committed
Fix typo in resampler config docstring
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent d7d92e1 commit 120cfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/_resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class ResamplerConfig:
102102
"""Resampler configuration."""
103103

104104
resampling_period_s: float
105-
"""The resapmling period in seconds.
105+
"""The resampling period in seconds.
106106
107107
This is the time it passes between resampled data should be calculated.
108108
"""

0 commit comments

Comments
 (0)