diff --git a/pvlib/solarposition.py b/pvlib/solarposition.py index 9806d30eb8..7f3ed3f8fb 100644 --- a/pvlib/solarposition.py +++ b/pvlib/solarposition.py @@ -950,8 +950,8 @@ def equation_of_time_pvcdrom(dayofyear): Returns ------- - equation_of_time : numeric Difference in time between solar time and - mean solar time in minutes. + equation_of_time : numeric + Difference in time between solar time and mean solar time in minutes. References ---------- @@ -1136,9 +1136,12 @@ def solar_zenith_analytical(latitude, hour_angle, declination): Parameters ---------- - latitude : numeric Latitude of location in radians. hour_angle : - numeric Hour angle in the local solar time in radians. - declination : numeric Declination of the sun in radians. + latitude : numeric + Latitude of location in radians. + hour_angle : numeric + Hour angle in the local solar time in radians. + declination : numeric + Declination of the sun in radians. Returns -------