Skip to content

Commit cb4c135

Browse files
authored
Fix typo in docstring of pvlib.temperature.fuentes (#1860)
* Typo fix * Update v0.10.2.rst * Delete whatsnew entry
1 parent 664f884 commit cb4c135

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/sphinx/source/whatsnew/v0.10.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ Contributors
8181
* Lukas Grossar (:ghuser:`tongpu`)
8282
* Areeba Turabi (:ghuser:`aturabi`)
8383
* Miroslav Šedivý (:ghuser:`eumiro`)
84+
* kjsauer (:ghuser:`kjsauer`)

pvlib/temperature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def fuentes(poa_global, temp_air, wind_speed, noct_installed, module_height=5,
678678
679679
wind_height : float, default 9.144
680680
The height above ground at which ``wind_speed`` is measured. The
681-
PVWatts defauls is 9.144 [m]
681+
PVWatts default is 9.144 [m]
682682
683683
emissivity : float, default 0.84
684684
The effectiveness of the module at radiating thermal energy. [unitless]

0 commit comments

Comments
 (0)