Skip to content

Commit 85f6033

Browse files
committed
Fix broken reference to ResamplingFunction in documentation
`__init__.py` is not exporting that symbol, so we have to directly reference the private module. Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 68e2c29 commit 85f6033

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
@@ -348,7 +348,7 @@ class Resampler:
348348
timeseries to produce `Sample`s at regular periodic intervals.
349349
350350
This class uses
351-
a [`ResamplingFunction`][frequenz.sdk.timeseries.resampling.ResamplingFunction]
351+
a [`ResamplingFunction`][frequenz.sdk.timeseries._resampling.ResamplingFunction]
352352
to produce a new sample from samples received in the past. If there are no
353353
samples coming to a resampled timeseries for a while, eventually the
354354
`Resampler` will produce `Sample`s with `None` as value, meaning there is

0 commit comments

Comments
 (0)