Skip to content

Commit d94df47

Browse files
Update pvlib/atmosphere.py
Co-authored-by: Kevin Anderson <[email protected]>
1 parent 410e95f commit d94df47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pvlib/atmosphere.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ def gueymard94_pw(temp_air, relative_humidity):
339339

340340
def rh_from_tdew(temperature, dewpoint, coeff=(6.112, 17.62, 243.12)):
341341
"""
342-
Calculate relative humidity from dewpoint temperatureusing Magnus equation.
343-
Default magnus equation coefficients are from [2].
342+
Calculate relative humidity from dewpoint temperature using the Magnus equation.
344343
345344
Parameters
346345
----------

0 commit comments

Comments
 (0)