Skip to content

Commit eee6f51

Browse files
Revise whatsnew bugfix more
1 parent 8373ac4 commit eee6f51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Bug Fixes
1616
~~~~~~~~~
1717
* Ensure proper tz and pytz types in pvlib.location.Location. tz becomes the
1818
single source of time-zone truth, is the single time-zone setter interface,
19-
and the getter consistently returns an IANA string. pytz attribute becomes
20-
read only. Any datetime.tzinfo subclass is fully supported in tz setter.
21-
(:issue:`2340`, :pull:`2341`)
19+
and the getter consistently returns an IANA string. datetime.tzinfo
20+
subclasses are fully supported in tz setter. pytz attribute becomes read
21+
only. (:issue:`2340`, :pull:`2341`)
2222

2323

2424
Documentation

0 commit comments

Comments
 (0)