Skip to content

Commit 4eb06af

Browse files
committed
Update irradiance.py
1 parent d142df9 commit 4eb06af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/irradiance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -766,9 +766,9 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
766766
projection. Must supply ``solar_zenith`` and ``solar_azimuth``
767767
or supply ``projection_ratio``.
768768
769-
return_components : bool, default False
770-
Flag used to decide whether to return the calculated diffuse components
771-
or not.
769+
return_components : bool, default `False`
770+
If `False`, ``sky_diffuse`` is returned.
771+
If `True`, ``diffuse_components`` is returned.
772772
773773
Returns
774774
--------

0 commit comments

Comments
 (0)