Skip to content

Commit a397bd7

Browse files
Update pvlib/bifacial/utils.py
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
1 parent ea37d3d commit a397bd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/bifacial/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ def vf_row_sky_2d_integ(surface_tilt, gcr, x0=0, x1=1):
442442
Ratio of the row slant length to the row spacing (pitch). [unitless]
443443
x0 : numeric, default 0
444444
Position on the row's slant length, as a fraction of the slant length.
445-
``x0=0`` corresponds to the bottom of the row. ``x0`` should be less
446-
than ``x1``. [unitless]
445+
``x0=0`` corresponds to the lower edge of the row. ``x0`` should
446+
be less than ``x1``. [unitless]
447447
x1 : numeric, default 1
448448
Position on the row's slant length, as a fraction of the slant length.
449449
``x1`` should be greater than ``x0``. [unitless]

0 commit comments

Comments
 (0)