Skip to content

Commit

Permalink
Document pytz attribute as read only
Browse files Browse the repository at this point in the history
  • Loading branch information
markcampanelli committed Jan 28, 2025
1 parent 75db2aa commit 1164c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvlib/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def tz(self, tz_):

@property
def pytz(self):
"""The location's pytz time zone."""
"""The location's pytz time zone (read only)."""
return pytz.timezone(str(self._zoneinfo))

@classmethod
Expand Down

0 comments on commit 1164c96

Please sign in to comment.