Skip to content

Commit 78c41fc

Browse files
Apply documentation suggestions from code review
Co-authored-by: daniel-zullo-frequenz <[email protected]> Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 260191c commit 78c41fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/sdk/timeseries/ev_charger_pool/_ev_charger_pool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class EVChargerPool:
5858
!!! note
5959
`EVChargerPool` instances are not meant to be created directly by users. Use the
6060
[`microgrid.ev_charger_pool`][frequenz.sdk.microgrid.ev_charger_pool] method for
61-
creating an instance.
61+
creating `EVChargerPool` instances.
6262
6363
Provides:
6464
- Aggregate [`power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power]
@@ -86,7 +86,7 @@ def __init__(
8686
!!! note
8787
`EVChargerPool` instances are not meant to be created directly by users. Use
8888
the [`microgrid.ev_charger_pool`][frequenz.sdk.microgrid.ev_charger_pool]
89-
method for creating an instance.
89+
method for creating `EVChargerPool` instances.
9090
9191
Args:
9292
channel_registry: A channel registry instance shared with the resampling

0 commit comments

Comments
 (0)