Skip to content

Commit

Permalink
typo fixing of pvwatts_dc (pvlib#2175)
Browse files Browse the repository at this point in the history
* typofixing of pvwatts_dc

* Update whatsnew

---------

Co-authored-by: Nicolau <[email protected]>
  • Loading branch information
BernatNicolau and bernatnic authored Aug 26, 2024
1 parent e2b1d9b commit a4c4c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.11.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@ Contributors
* Mark A. Mikofski (:ghuser:`mikofski`)
* Ben Pierce (:ghuser:`bgpierc`)
* Jose Meza (:ghuser:`JoseMezaMendieta`)
* Bernat Nicolau (:ghuser:`BernatNicolau`)
* 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 @@ -841,7 +841,7 @@ def scale_voltage_current_power(self, data):
@_unwrap_single_value
def pvwatts_dc(self, g_poa_effective, temp_cell):
"""
Calcuates DC power according to the PVWatts model using
Calculates DC power according to the PVWatts model using
:py:func:`pvlib.pvsystem.pvwatts_dc`, `self.module_parameters['pdc0']`,
and `self.module_parameters['gamma_pdc']`.
Expand Down

0 comments on commit a4c4c21

Please sign in to comment.