Skip to content

Commit 0978a9d

Browse files
committed
Linting fix pandas-dev#2
1 parent bb21aac commit 0978a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ I/O
595595
- Bug in :func:`read_hdf` returning unexpected records when filtering on categorical string columns using ``where`` parameter (:issue:`39189`)
596596
- Bug in :func:`read_sas` raising ``ValueError`` when ``datetimes`` were null (:issue:`39725`)
597597
- Bug in :func:`read_excel` dropping empty values from single-column spreadsheets (:issue:`39808`)
598-
- Bug in :func:`read_excel` failing with ``MultiIndex`` columns followed by two empty rows and no index (:issue: `40442`)
598+
- Bug in :func:`read_excel` failing with ``MultiIndex`` columns followed by two empty rows and no index (:issue:`40442`)
599599

600600
Period
601601
^^^^^^

0 commit comments

Comments
 (0)