Skip to content

Commit 2e389fa

Browse files
committed
Reword PVSystem.sandia_multi docstring
1 parent 002ca84 commit 2e389fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def sandia_multi(self, v_dc, p_dc):
870870
"""Uses :py:func:`pvlib.inverter.sandia_multi` to calculate AC power
871871
based on ``self.inverter_parameters`` and the input voltage and power.
872872
873-
The parameters `v_dc` and `p_dc` must be tuples of the same length as
873+
The parameters `v_dc` and `p_dc` must be tuples with length equal to
874874
``self.num_arrays`` if the system has more than one array.
875875
876876
See :py:func:`pvlib.inverter.sandia_multi` for details.

0 commit comments

Comments
 (0)