Skip to content

Commit a1aff5c

Browse files
committed
Fix typo in ResamplingError docstring
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent fd4635e commit a1aff5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/_resampling/_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __repr__(self) -> str:
3131

3232

3333
class ResamplingError(RuntimeError):
34-
"""An Error ocurred while resampling.
34+
"""An Error occurred while resampling.
3535
3636
This error is a container for errors raised by the underlying sources and
3737
or sinks.

0 commit comments

Comments
 (0)