Skip to content

Commit 0eba006

Browse files
committed
PvPowerFormula: Fix comment typo
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 651dc7b commit 0eba006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/_formula_engine/_formula_generators/_pv_power_formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def generate(self) -> FormulaEngine[Power]:
4040
"Subscribing to the resampling actor with a non-existing "
4141
"component id, so that `0` values are sent from the formula."
4242
)
43-
# If there are no PV inverters, we have to send 0 values as the same
43+
# If there are no PV inverters, we have to send 0 values at the same
4444
# frequency as the other streams. So we subscribe with a non-existing
4545
# component id, just to get a `None` message at the resampling interval.
4646
builder.push_component_metric(

0 commit comments

Comments
 (0)