Skip to content

Commit ea1092c

Browse files
committed
DOC: fixed pvlib.clearsky.dirint docstring for return value
1 parent ec55a9f commit ea1092c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pvlib/clearsky.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,10 @@ def dirint(ghi, zenith, times, pressure=101325, use_delta_kt_prime=True,
428428
improvements are not applied.
429429
430430
Returns
431-
-------
432-
pd.Series. The modeled direct normal irradiance in W/m^2 provided by the
433-
DIRINT model.
431+
-------
432+
DNI : pd.Series.
433+
The modeled direct normal irradiance in W/m^2 provided by the
434+
DIRINT model.
434435
435436
References
436437
----------

0 commit comments

Comments
 (0)