Skip to content

Commit f691bb6

Browse files
Update pvlib/location.py per review comment
Co-authored-by: Cliff Hansen <[email protected]>
1 parent 5f6ad14 commit f691bb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pvlib/location.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ class Location:
2727
* ``tz`` is an IANA time-zone string.
2828
* ``pytz`` is a pytz-based time-zone object (read only).
2929
30-
As with Location-object initialization, use the ``tz`` attribute to update
31-
the Location's object's time zone after instantiation, and the read-only
32-
``pytz`` attribute will stay in sync with any changes made using ``tz``.
30+
The read-only ``pytz`` attribute will stay in sync with any changes made using ``tz``.
3331
3432
Location objects support the print method.
3533

0 commit comments

Comments
 (0)