Skip to content

Commit 1935952

Browse files
committed
lint
1 parent 406924e commit 1935952

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pvlib/solarposition.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,11 +1349,12 @@ def hour_angle(times, longitude, equation_of_time):
13491349
times : :class:`pandas.DatetimeIndex`
13501350
Corresponding timestamps, must be localized to the timezone for the
13511351
``longitude``.
1352-
1352+
13531353
A `pytz.exceptions.AmbiguousTimeError` will be raised if any of the
1354-
given times are on a day when the local daylight savings transition happens
1355-
at midnight. If you're working with such a timezone, consider converting to
1356-
a non-DST timezone (i.e. GMT-4) before calling this function.
1354+
given times are on a day when the local daylight savings transition
1355+
happens at midnight. If you're working with such a timezone,
1356+
consider converting to a non-DST timezone (e.g. GMT-4) before
1357+
calling this function.
13571358
longitude : numeric
13581359
Longitude in degrees
13591360
equation_of_time : numeric

0 commit comments

Comments
 (0)