Skip to content

Commit 41d2905

Browse files
RDaxinikandersolar
andauthored
Update pvlib/modelchain.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
1 parent 15f444a commit 41d2905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ 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
164+
""" DataFrame (or tuple of DataFrame, one for each array) containing
165165
columns ``'poa_global'``, ``'poa_direct'``, ``'poa_diffuse'``,
166166
``poa_sky_diffuse'``, and ``'poa_ground_diffuse'`` (Wm⁻²); see
167167
:py:func:`~pvlib.irradiance.get_total_irradiance` for details.

0 commit comments

Comments
 (0)