Skip to content

Commit e485738

Browse files
committed
indent
1 parent 3e49d4a commit e485738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/singlediode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ def _lambertw(photocurrent, saturation_current, resistance_series,
936936

937937
i_mp = _lambertw_i_from_v(v_mp, **params)
938938

939-
# Find Ix and Ixx using Lambert W
939+
# Find Ix and Ixx using Lambert W
940940
i_x = _lambertw_i_from_v(0.5 * v_oc, **params)
941941

942942
i_xx = _lambertw_i_from_v(0.5 * (v_oc + v_mp), **params)

0 commit comments

Comments
 (0)