Skip to content

Commit 71a165e

Browse files
Update pvlib/atmosphere.py
Co-authored-by: Adam R. Jensen <[email protected]>
1 parent 0bfc6cb commit 71a165e

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
@@ -383,9 +383,9 @@ def tdew_from_rh(
383383
Parameters
384384
----------
385385
temperature : numeric
386-
Air temperature (dry-bulb temperature) in degrees Celsius
386+
Air temperature (dry-bulb temperature). [°C]
387387
relative_humidity : numeric
388-
Relative humidity as percentage (0-100)
388+
Relative humidity (0-100). [%]
389389
coeff: tuple, default (6.112, 17.62, 243.12)
390390
Magnus equation coefficients (A, B, C). The default values are those
391391
recommended by the WMO [1]_.

0 commit comments

Comments
 (0)