Skip to content

Commit e2b1d9b

Browse files
fix typo on calcparams_desoto help (#2174)
* fix_typo_calcparams_desoto There's a typo in the documentation of the "saturation_current" parameter on line 1553. * Update v0.11.1.rst
1 parent b5e89be commit e2b1d9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ Contributors
6969
* Mark A. Mikofski (:ghuser:`mikofski`)
7070
* Ben Pierce (:ghuser:`bgpierc`)
7171
* Jose Meza (:ghuser:`JoseMezaMendieta`)
72+
* Eduardo Sarquis (:ghuser:`EduardoSarquis`)

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ def calcparams_desoto(effective_irradiance, temp_cell,
15501550
Light-generated current in amperes
15511551
15521552
saturation_current : numeric
1553-
Diode saturation curent in amperes
1553+
Diode saturation current in amperes
15541554
15551555
resistance_series : numeric
15561556
Series resistance in ohms

0 commit comments

Comments
 (0)