Skip to content

Commit a7d8dc1

Browse files
committed
CLN: missing newline
1 parent 1ab7b7c commit a7d8dc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Other Enhancements
1717
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
1818
- :func:`Series.mode` and :func:`DataFrame.mode` now support the ``dropna`` parameter which can be used to specify whether NaN/NaT values should be considered (:issue:`17534`)
1919
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)
20-
- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)
20+
- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with :class:`MultiIndex` (:issue:`21115`)
2121

2222

2323
.. _whatsnew_0240.api_breaking:

pandas/tests/indexes/datetimes/test_partial_slicing.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
from pandas.core.indexing import IndexingError
1515

16+
1617
class TestSlicing(object):
1718
def test_dti_slicing(self):
1819
dti = DatetimeIndex(start='1/1/2005', end='12/1/2005', freq='M')

0 commit comments

Comments
 (0)