Skip to content

Commit 96815f0

Browse files
Fix typo in _component_managers module docstring
Co-authored-by: daniel-zullo-frequenz <[email protected]> Signed-off-by: Sahas Subramanian <[email protected]>
1 parent b9c8573 commit 96815f0

File tree

1 file changed

+1
-1
lines changed
  • src/frequenz/sdk/actor/power_distributing/_component_managers

1 file changed

+1
-1
lines changed

src/frequenz/sdk/actor/power_distributing/_component_managers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

4-
"""Interfaces for the power distibuting actor with different component types."""
4+
"""Interfaces for the power distributing actor with different component types."""
55

66
from ._battery_manager import BatteryManager
77
from ._component_manager import ComponentManager

0 commit comments

Comments
 (0)