Skip to content

Commit 85782bf

Browse files
committed
linting
1 parent 275ad30 commit 85782bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/irradiance.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3782,8 +3782,8 @@ def complete_irradiance(solar_zenith,
37823782
37833783
ghi : Series, optional
37843784
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
3785-
same datetime index as ``dni``, ``dhi``, and ``zenith``, when available.
3786-
See :term:`ghi`. [Wm⁻²]
3785+
same datetime index as ``dni``, ``dhi``, and ``zenith``, when
3786+
available. See :term:`ghi`. [Wm⁻²]
37873787
37883788
dhi : Series, optional
37893789
Diffuse horizontal irradiance, with datetime index. Must have the
@@ -3792,8 +3792,8 @@ def complete_irradiance(solar_zenith,
37923792
37933793
dni : Series, optional
37943794
Pandas series of dni data [Wm⁻²], with datetime index. Must have the
3795-
same datetime index as ``ghi``, ``dhi``, and ``zenith``, when available.
3796-
See :term:`dni`. [Wm⁻²]
3795+
same datetime index as ``ghi``, ``dhi``, and ``zenith``, when
3796+
available. See :term:`dni`. [Wm⁻²]
37973797
37983798
dni_clear : Series, optional
37993799
Pandas series of clearsky dni data [Wm⁻²]. Must have the same datetime

0 commit comments

Comments
 (0)