Skip to content

Commit 3d5548c

Browse files
committed
Update pvsystem.py
1 parent e1bc914 commit 3d5548c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pvlib/pvsystem.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,16 @@ class PVSystem:
110110
if length of arrays is 0 a ValueError is raised. If `arrays` is
111111
specified the following PVSystem parameters are ignored:
112112
113-
- `surface_tilt`
114-
- `surface_azimuth`
115-
- `albedo`
116-
- `surface_type`
117-
- `module`
118-
- `module_type`
119-
- `module_parameters`
120-
- `temperature_model_parameters`
121-
- `modules_per_string`
122-
- `strings_per_inverter`
113+
- ``surface_tilt``
114+
- ``surface_azimuth``
115+
- ``albedo``
116+
- ``surface_type``
117+
- ``module``
118+
- ``module_type``
119+
- ``module_parameters``
120+
- ``temperature_model_parameters``
121+
- ``modules_per_string``
122+
- ``strings_per_inverter``
123123
124124
surface_tilt: float or array-like, default 0
125125
Surface tilt angles in decimal degrees.

0 commit comments

Comments
 (0)