Skip to content

Commit 7b58846

Browse files
committed
Fix wrong term in battery formula documentation
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent dd7c65f commit 7b58846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/formula_engine/_formula_generators/_battery_power_formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
class BatteryPowerFormula(FormulaGenerator[Power]):
27-
"""Creates a formula engine from the component graph for calculating grid power."""
27+
"""Creates a formula engine from the component graph for calculating battery power."""
2828

2929
def generate(
3030
self,

0 commit comments

Comments
 (0)