Skip to content

Commit 059e35f

Browse files
Try to fix bad parens
1 parent 1382e30 commit 059e35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/location.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ class Location:
4343
Positive is east of the prime meridian.
4444
Use decimal degrees notation.
4545
46-
tz : time zone as str, int, float, or datetime.tzinfo (including
47-
subclassesfrom the pytz and zoneinfo packages), default 'UTC'.
46+
tz : time zone as str, int, float, or datetime.tzinfo including
47+
subclassesfrom the pytz and zoneinfo packages, default 'UTC'.
4848
This value is stored as a valid IANA time zone name string. See
4949
http://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a
5050
list of valid name strings, any of which may be passed directly here.

0 commit comments

Comments
 (0)