Skip to content

Commit

Permalink
fix typo on calcparams_desoto help (#2174)
Browse files Browse the repository at this point in the history
* fix_typo_calcparams_desoto

There's a typo in the documentation of the "saturation_current" parameter on line 1553.

* Update v0.11.1.rst
  • Loading branch information
EduardoSarquis authored Aug 22, 2024
1 parent b5e89be commit e2b1d9b
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.11.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ Contributors
* Mark A. Mikofski (:ghuser:`mikofski`)
* Ben Pierce (:ghuser:`bgpierc`)
* Jose Meza (:ghuser:`JoseMezaMendieta`)
* Eduardo Sarquis (:ghuser:`EduardoSarquis`)
2 changes: 1 addition & 1 deletion pvlib/pvsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ def calcparams_desoto(effective_irradiance, temp_cell,
Light-generated current in amperes
saturation_current : numeric
Diode saturation curent in amperes
Diode saturation current in amperes
resistance_series : numeric
Series resistance in ohms
Expand Down

0 comments on commit e2b1d9b

Please sign in to comment.