Skip to content

Commit a4a8985

Browse files
Amend voltage documentation
Signed-off-by: daniel-zullo-frequenz <[email protected]>
1 parent f7851c0 commit a4a8985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/microgrid/_data_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def voltage(self) -> VoltageStreamer:
140140
"""Fetch the 3-phase voltage for the microgrid.
141141
142142
Returns:
143-
The VoltageStreaming instance.
143+
The VoltageStreamer instance.
144144
"""
145145
if not self._voltage_instance:
146146
self._voltage_instance = VoltageStreamer(

0 commit comments

Comments
 (0)