Skip to content

Commit f9f07d7

Browse files
Rearrange docstring
1 parent 059e35f commit f9f07d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pvlib/location.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ 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'.
48-
This value is stored as a valid IANA time zone name string. See
46+
tz : time zone as str, int, float, or datetime.tzinfo, default 'UTC'.
47+
This value represents as a valid IANA time zone name string. See
4948
http://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a
5049
list of valid name strings, any of which may be passed directly here.
5150
ints and floats must be whole-number hour offsets from UTC, which
5251
are converted to the IANA-suppored 'Etc/GMT-N' format. (Note the
53-
limited range of the offset N and its sign-change convention.)
52+
limited range of the offset N and its sign-change convention.)
53+
Time zones from the pytz and zoneinfo packages may also be passed
54+
directly here, as they are subclasses of datetime.tzinfo.
5455
5556
altitude : float, optional
5657
Altitude from sea level in meters.

0 commit comments

Comments
 (0)