Skip to content

Commit 0b4a91d

Browse files
Appease flake8
1 parent ec3790b commit 0b4a91d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pvlib/iam.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,15 +566,15 @@ def sapm(aoi, B0, B1, B2, B3, B4, B5, upper=None):
566566
zeros.
567567
568568
B0 : The coefficient of the degree-0 polynomial term.
569-
569+
570570
B1 : The coefficient of the degree-1 polynomial term.
571-
571+
572572
B2 : The coefficient of the degree-2 polynomial term.
573-
573+
574574
B3 : The coefficient of the degree-3 polynomial term.
575-
575+
576576
B4 : The coefficient of the degree-4 polynomial term.
577-
577+
578578
B5 : The coefficient of the degree-5 polynomial term.
579579
580580
upper : float, optional

0 commit comments

Comments
 (0)