Skip to content

Commit 75db2aa

Browse files
Appease the linter
1 parent f9f07d7 commit 75db2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Location:
4949
list of valid name strings, any of which may be passed directly here.
5050
ints and floats must be whole-number hour offsets from UTC, which
5151
are converted to the IANA-suppored 'Etc/GMT-N' format. (Note the
52-
limited range of the offset N and its sign-change convention.)
52+
limited range of the offset N and its sign-change convention.)
5353
Time zones from the pytz and zoneinfo packages may also be passed
5454
directly here, as they are subclasses of datetime.tzinfo.
5555

0 commit comments

Comments
 (0)