Skip to content

Commit 118dc6c

Browse files
DOC: fixup whatsnew (#31217)
1 parent 6752833 commit 118dc6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Enhancements
1717

1818
Nonmonotonic PeriodIndex Partial String Slicing
1919
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20+
2021
:class:`PeriodIndex` now supports partial string slicing for non-monotonic indexes, mirroring :class:`DatetimeIndex` behavior (:issue:`31096`)
2122

2223
For example:
@@ -31,6 +32,7 @@ For example:
3132
ser
3233
3334
.. ipython:: python
35+
3436
ser["2014"]
3537
ser.loc["May 2015"]
3638

0 commit comments

Comments
 (0)