Skip to content

Commit

Permalink
Fixed typo (#2178)
Browse files Browse the repository at this point in the history
* Fixed typo

* Fixed typo

* Signed in contributors

* Username revised

* Username revised

---------

Co-authored-by: Marcos Ruiz <[email protected]>
  • Loading branch information
marc-resc and Marcos Ruiz authored Aug 29, 2024
1 parent a2abe3e commit e59d2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.11.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

2 changes: 1 addition & 1 deletion pvlib/modelchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e59d2b8

Please sign in to comment.