Skip to content

Commit 536f53c

Browse files
authored
Fixed doc error
Air temperature was listed as air_temperature in the docstring instead of temp_air.
1 parent 32a7cfb commit 536f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/iotools/bsrn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def read_bsrn(filename):
6969
lwd_std float Std. downward long-wave radiation [W/m^2]
7070
lwd_min float Min. downward long-wave radiation [W/m^2]
7171
lwd_max float Max. downward long-wave radiation [W/m^2]
72-
air_temperature float Air temperature [°C]
72+
temp_air float Air temperature [°C]
7373
relative_humidity float Relative humidity [%]
7474
pressure float Atmospheric pressure [hPa]
7575
======================= ====== ==========================================

0 commit comments

Comments
 (0)