Skip to content

Commit

Permalink
Remove name of return value from docstrings
Browse files Browse the repository at this point in the history
Including the name doesn't add any information for functions that
return only one value.
  • Loading branch information
wfvining committed Mar 10, 2020
1 parent 011b234 commit a8ac82a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pvanalytics/quality/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def check_ghi_limits_qcrad(ghi, solar_zenith, dni_extra, limits=None):
Returns
-------
ghi_limit_flag : Series
Series
True where value passes limits test.
"""
Expand Down Expand Up @@ -120,7 +120,7 @@ def check_dhi_limits_qcrad(dhi, solar_zenith, dni_extra, limits=None):
Returns
-------
dhi_limit_flag : Series
Series
True where value passes limit test.
"""
Expand Down Expand Up @@ -159,7 +159,7 @@ def check_dni_limits_qcrad(dni, solar_zenith, dni_extra, limits=None):
Returns
-------
dni_limit_flag : Series
Series
True where value passes limit test.
"""
Expand Down

0 comments on commit a8ac82a

Please sign in to comment.