We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6ad14 commit f691bb6Copy full SHA for f691bb6
pvlib/location.py
@@ -27,9 +27,7 @@ class Location:
27
* ``tz`` is an IANA time-zone string.
28
* ``pytz`` is a pytz-based time-zone object (read only).
29
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``.
+ The read-only ``pytz`` attribute will stay in sync with any changes made using ``tz``.
33
34
Location objects support the print method.
35
0 commit comments