Skip to content

Commit caa4417

Browse files
Kurt RheeKurt Rhee
authored andcommitted
dry-bult temperature in the docstring
1 parent a06871a commit caa4417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/atmosphere.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def rh_from_tdew(temperature, dewpoint, coeff=(6.112, 17.62, 243.12)):
347347
Parameters
348348
----------
349349
temperature : numeric
350-
Air temperature in degrees Celsius
350+
Air temperature (dry-bulb temperature) in degrees Celsius
351351
dewpoint : numeric
352352
Dewpoint temperature in degrees Celsius
353353
coeff: tuple
@@ -384,7 +384,7 @@ def tdew_from_rh(
384384
Parameters
385385
----------
386386
temperature : numeric
387-
Air temperature in degrees Celsius
387+
Air temperature (dry-bulb temperature) in degrees Celsius
388388
relative_humidity : numeric
389389
Relative humidity as percentage (0-100)
390390

0 commit comments

Comments
 (0)