Skip to content

Commit 84be52f

Browse files
Fix newline error Sphinx in whatsnew doc
1 parent 0edff54 commit 84be52f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/whatsnew/v1.2.0.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ including other versions of pandas.
1313
Enhancements
1414
~~~~~~~~~~~~
1515

16+
17+
1618
.. _whatsnew_120.improve_timeseries_accessor_naming:
19+
1720
Improve timeseries accessors naming convention
1821
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1922

20-
- Added ``day_of_week`` (compatibility alias ``dayofweek``) property to ``Timestamp``, ``DatetimeIndex``, ``Period``, ``PeriodIndex`` (:issue:`9605`)
21-
23+
- Added ``day_of_week``(compatibility alias ``dayofweek``) property to ``Timestamp``, ``DatetimeIndex``, ``Period``, ``PeriodIndex`` (:issue:`9605`)
2224
- Added ``day_of_year`` (compatibility alias ``dayofyear``) property to ``Timestamp``, ``DatetimeIndex``, ``Period``, ``PeriodIndex`` (:issue:`9605`)
2325

26+
2427
.. _whatsnew_120.duplicate_labels:
2528

2629
Optionally disallow duplicate labels

0 commit comments

Comments
 (0)