Skip to content

Commit ea37d3d

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

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
@@ -73,11 +73,11 @@ def _unshaded_ground_fraction(tracker_rotation, phi, gcr, height=None,
7373
g0 : numeric, default 0
7474
Left position on the ground surface, as a fraction of the row-to-row
7575
spacing. ``g0=0`` corresponds to ground underneath the center of the
76-
left row. ``g0`` should be less than ``g1``. [unitless]
76+
left tracker post. ``g0`` should be less than ``g1``. [unitless]
7777
g1 : numeric, default 1
7878
Right position on the ground surface, as a fraction of the row-to-row
7979
spacing. ``g1=1`` corresponds to ground underneath the center of the
80-
right row. ``g1`` should be greater than ``g0``. [unitless]
80+
right tracker post. ``g1`` should be greater than ``g0``. [unitless]
8181
8282
Returns
8383
-------

0 commit comments

Comments
 (0)