Skip to content

Commit

Permalink
Fix typo in docstring of pvlib.temperature.fuentes (#1860)
Browse files Browse the repository at this point in the history
* Typo fix

* Update v0.10.2.rst

* Delete whatsnew entry
  • Loading branch information
echedey-ls authored Sep 15, 2023
1 parent 664f884 commit cb4c135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.10.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ Contributors
* Lukas Grossar (:ghuser:`tongpu`)
* Areeba Turabi (:ghuser:`aturabi`)
* Miroslav Šedivý (:ghuser:`eumiro`)
* kjsauer (:ghuser:`kjsauer`)
2 changes: 1 addition & 1 deletion pvlib/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def fuentes(poa_global, temp_air, wind_speed, noct_installed, module_height=5,
wind_height : float, default 9.144
The height above ground at which ``wind_speed`` is measured. The
PVWatts defauls is 9.144 [m]
PVWatts default is 9.144 [m]
emissivity : float, default 0.84
The effectiveness of the module at radiating thermal energy. [unitless]
Expand Down

0 comments on commit cb4c135

Please sign in to comment.