diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index 229cca63ba..db74f1362b 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -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`) + diff --git a/pvlib/pvsystem.py b/pvlib/pvsystem.py index a86f2c285e..926da5548f 100644 --- a/pvlib/pvsystem.py +++ b/pvlib/pvsystem.py @@ -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']`.