Skip to content

Commit a4c4c21

Browse files
typo fixing of pvwatts_dc (#2175)
* typofixing of pvwatts_dc * Update whatsnew --------- Co-authored-by: Nicolau <[email protected]>
1 parent e2b1d9b commit a4c4c21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ Contributors
6969
* Mark A. Mikofski (:ghuser:`mikofski`)
7070
* Ben Pierce (:ghuser:`bgpierc`)
7171
* Jose Meza (:ghuser:`JoseMezaMendieta`)
72+
* Bernat Nicolau (:ghuser:`BernatNicolau`)
7273
* Eduardo Sarquis (:ghuser:`EduardoSarquis`)
74+

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ def scale_voltage_current_power(self, data):
841841
@_unwrap_single_value
842842
def pvwatts_dc(self, g_poa_effective, temp_cell):
843843
"""
844-
Calcuates DC power according to the PVWatts model using
844+
Calculates DC power according to the PVWatts model using
845845
:py:func:`pvlib.pvsystem.pvwatts_dc`, `self.module_parameters['pdc0']`,
846846
and `self.module_parameters['gamma_pdc']`.
847847

0 commit comments

Comments
 (0)