Skip to content

Commit 94a7864

Browse files
committed
Fix lint errors (W291 trailing whitespace)
1 parent b0aaaa1 commit 94a7864

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pvlib/modelchain.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,6 @@ def run_model_from_effective_irradiance(self, data):
18421842
of Arrays in the PVSystem.
18431843
ValueError
18441844
If the DataFrames in `data` have different indexes.
1845-
18461845
Examples
18471846
--------
18481847
Single-array system:
@@ -1867,7 +1866,7 @@ def run_model_from_effective_irradiance(self, data):
18671866
<pvlib.modelchain.ModelChain ...>
18681867
18691868
Multi-array system:
1870-
1869+
18711870
>>> array1 = Array(tilt=30, azimuth=180)
18721871
>>> array2 = Array(tilt=10, azimuth=90)
18731872
>>> system = PVSystem(arrays=[array1, array2],

0 commit comments

Comments
 (0)