Skip to content

Commit 46e11a9

Browse files
authored
Fix tiny typo in docs (#1414)
* Fix tiny typo in docs * Deleting an extraneous "for" in docs * Fix tiny typo in wind pvsyst_cell docs * Adding myself to the list of contributors * Add link to the pull request
1 parent 63c36db commit 46e11a9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/sphinx/source/user_guide/modelchain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A :py:class:`~.modelchain.ModelChain` has three components:
1515

1616
* a :py:class:`~.pvsystem.PVSystem` object, representing a collection of modules and inverters
1717
* a :py:class:`~.location.Location` object, representing a location on the planet
18-
* values for attributes that specify the model to be used for for each step in the PV modeling
18+
* values for attributes that specify the model to be used for each step in the PV modeling
1919
process.
2020

2121
Modeling with a :py:class:`~.ModelChain` typically involves 3 steps:

docs/sphinx/source/user_guide/pvsystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ PVSystem and Arrays
117117
The PVSystem class can represent a PV system with a single array of modules,
118118
or with multiple arrays. For a PV system with a single array, the parameters
119119
that describe the array can be provided directly to the PVSystem instand.
120-
For example, the parameters that describe the array's modules are can be
120+
For example, the parameters that describe the array's modules can be
121121
passed to `PVSystem.module_parameters`:
122122

123123
.. ipython:: python

docs/sphinx/source/whatsnew/v0.9.1.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Documentation
5353
~~~~~~~~~~~~~
5454
* Fix documentation return error in :py:meth:`pvlib.forecast.ForecastModel.cloud_cover_to_transmittance_linear`
5555
(:issue:`1367`, :pull:`1370`)
56-
56+
* Fix some typos (:pull:`1414`)
5757

5858
Requirements
5959
~~~~~~~~~~~~
@@ -69,3 +69,4 @@ Contributors
6969
* Kevin Anderson (:ghuser:`kanderso-nrel`)
7070
* Adam R. Jensen (:ghuser:`AdamRJensen`)
7171
* Johann Loux (:ghuser:`JoLo90`)
72+
* Jack Kelly (:ghuser:`JackKelly`)

pvlib/temperature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
305305
306306
wind_speed : numeric, default 1.0
307307
Wind speed in m/s measured at the same height for which the wind loss
308-
factor was determined. The default value 1.0 m/2 is the wind
308+
factor was determined. The default value 1.0 m/s is the wind
309309
speed at module height used to determine NOCT. [m/s]
310310
311311
u_c : float, default 29.0

0 commit comments

Comments
 (0)