diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index db74f1362b..875a6f24dc 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -69,6 +69,7 @@ Contributors * Mark A. Mikofski (:ghuser:`mikofski`) * Ben Pierce (:ghuser:`bgpierc`) * Jose Meza (:ghuser:`JoseMezaMendieta`) +* Marcos R. Escudero (:ghuser:`marc-resc`) * Bernat Nicolau (:ghuser:`BernatNicolau`) * Eduardo Sarquis (:ghuser:`EduardoSarquis`) diff --git a/pvlib/modelchain.py b/pvlib/modelchain.py index 1db9d05b71..8456aac114 100644 --- a/pvlib/modelchain.py +++ b/pvlib/modelchain.py @@ -1474,7 +1474,7 @@ def prepare_inputs_from_poa(self, data): data : DataFrame, or tuple or list of DataFrame Contains plane-of-array irradiance data. Required column names include ``'poa_global'``, ``'poa_direct'`` and ``'poa_diffuse'``. - Columns with weather-related data are ssigned to the + Columns with weather-related data are assigned to the ``weather`` attribute. If columns for ``'temp_air'`` and ``'wind_speed'`` are not provided, air temperature of 20 C and wind speed of 0 m/s are assumed.