Skip to content

Commit 53ea45d

Browse files
committed
another pvsystem.rst edit
1 parent 71b07da commit 53ea45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/source/pvsystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ for each array using the attributes `Array.surface_tilt` and `Array.surface_azim
199199
array_two = pvsystem.Array(surface_tilt=30, surface_azimuth=220)
200200
system = pvsystem.PVSystem(arrays=[array_one, array_two])
201201
system.num_arrays
202-
[array.surface_tilt, array.surface_azimuth for array in system.arrays]
202+
[(array.surface_tilt, array.surface_azimuth) for array in system.arrays]
203203
204204
205205
The `surface_tilt` and `surface_azimuth` attributes are used in PVSystem

0 commit comments

Comments
 (0)