Skip to content

Commit 1164c96

Browse files
Document pytz attribute as read only
1 parent 75db2aa commit 1164c96

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
@@ -129,7 +129,7 @@ def tz(self, tz_):
129129

130130
@property
131131
def pytz(self):
132-
"""The location's pytz time zone."""
132+
"""The location's pytz time zone (read only)."""
133133
return pytz.timezone(str(self._zoneinfo))
134134

135135
@classmethod

0 commit comments

Comments
 (0)