Skip to content

Commit e59d2b8

Browse files
marc-rescMarcos Ruiz
and
Marcos Ruiz
authored
Fixed typo (#2178)
* Fixed typo * Fixed typo * Signed in contributors * Username revised * Username revised --------- Co-authored-by: Marcos Ruiz <[email protected]>
1 parent a2abe3e commit e59d2b8

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,6 +69,7 @@ Contributors
6969
* Mark A. Mikofski (:ghuser:`mikofski`)
7070
* Ben Pierce (:ghuser:`bgpierc`)
7171
* Jose Meza (:ghuser:`JoseMezaMendieta`)
72+
* Marcos R. Escudero (:ghuser:`marc-resc`)
7273
* Bernat Nicolau (:ghuser:`BernatNicolau`)
7374
* Eduardo Sarquis (:ghuser:`EduardoSarquis`)
7475

pvlib/modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ def prepare_inputs_from_poa(self, data):
14741474
data : DataFrame, or tuple or list of DataFrame
14751475
Contains plane-of-array irradiance data. Required column names
14761476
include ``'poa_global'``, ``'poa_direct'`` and ``'poa_diffuse'``.
1477-
Columns with weather-related data are ssigned to the
1477+
Columns with weather-related data are assigned to the
14781478
``weather`` attribute. If columns for ``'temp_air'`` and
14791479
``'wind_speed'`` are not provided, air temperature of 20 C and wind
14801480
speed of 0 m/s are assumed.

0 commit comments

Comments
 (0)