Skip to content

Commit 55056de

Browse files
committed
lint
1 parent f7c9830 commit 55056de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/bifacial/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,12 @@ def vf_row_ground_2d_integ(surface_tilt, gcr, height=None, pitch=None,
554554
Maximum number of rows to consider in front and behind the current row.
555555
g0 : numeric, default 0
556556
Position on the ground surface, as a fraction of the spacing between
557-
adjacent rows. ``g0=0`` corresponds to ground underneath the middle of the
558-
left row. ``g0`` should be less than ``g1``. [unitless]
557+
adjacent rows. ``g0=0`` corresponds to ground underneath the middle
558+
of the left row. ``g0`` should be less than ``g1``. [unitless]
559559
g1 : numeric, default 1
560560
Position on the ground surface, as a fraction of the spacing between
561-
adjacent rows. ``g1=0`` corresponds to ground underneath the middle of the
562-
right row. ``g1`` should be greater than ``g0``. [unitless]
561+
adjacent rows. ``g1=0`` corresponds to ground underneath the middle
562+
of the right row. ``g1`` should be greater than ``g0``. [unitless]
563563
564564
Returns
565565
-------

0 commit comments

Comments
 (0)