Skip to content

Commit e898cab

Browse files
committed
DOC: Release note format correction
1 parent cd7f09e commit e898cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/v0.15.0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ API changes
151151
Out[3]: array([ True, False, True, True, False, True], dtype=bool)
152152

153153
- ``tz_localize(None)`` for tz-aware ``Timestamp`` and ``DatetimeIndex`` now removes timezone holding local time,
154-
previously results in ``Exception`` or ``TypeError`` (:issue:`7812`)
154+
previously results in ``Exception`` or ``TypeError`` (:issue:`7812`)
155155

156156
.. ipython:: python
157157

@@ -305,8 +305,8 @@ Enhancements
305305

306306

307307
- ``PeriodIndex`` supports ``resolution`` as the same as ``DatetimeIndex`` (:issue:`7708`)
308-
-``pandas.tseries.holiday`` has added support for additional holidays and ways to observe holidays (:issue: `7070`)
309-
-``pandas.tseries.holiday.Holiday`` now supports a list of offsets in Python3 (:issue: `7070`)
308+
- ``pandas.tseries.holiday`` has added support for additional holidays and ways to observe holidays (:issue:`7070`)
309+
- ``pandas.tseries.holiday.Holiday`` now supports a list of offsets in Python3 (:issue:`7070`)
310310

311311

312312

0 commit comments

Comments
 (0)