Skip to content

Commit 15f444a

Browse files
committed
grammar, unit
1 parent e2a61c4 commit 15f444a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/modelchain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ class ModelChainResult:
161161

162162
# per DC array information
163163
total_irrad: Optional[PerArray[pd.DataFrame]] = field(default=None)
164-
""" DataFrame (or tuple of DataFrame, one for each array) containing
165-
columns ``'poa_global'``, ``'poa_direct'`` ``'poa_diffuse'``,
166-
``poa_sky_diffuse'``, ``'poa_ground_diffuse'`` (W/m2); see
164+
""" DataFrame (or tuple of DataFrame, one for each array containing
165+
columns ``'poa_global'``, ``'poa_direct'``, ``'poa_diffuse'``,
166+
``poa_sky_diffuse'``, and ``'poa_ground_diffuse'`` (Wm⁻²); see
167167
:py:func:`~pvlib.irradiance.get_total_irradiance` for details.
168168
"""
169169

0 commit comments

Comments
 (0)