Skip to content

Commit 77486c6

Browse files
Update doc/source/whatsnew/v1.1.0.rst
Co-Authored-By: gfyoung <[email protected]>
1 parent e734600 commit 77486c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ I/O
349349
- Bug in :meth:`read_csv` was causing a file descriptor leak on an empty file (:issue:`31488`)
350350
- Bug in :meth:`read_csv` was causing a segfault when there were blank lines between the header and data rows (:issue:`28071`)
351351
- Bug in :meth:`read_csv` was raising a misleading exception on a permissions issue (:issue:`23784`)
352-
- Bug in :meth:`read_csv` was raising an IndexError when header=None and 2 extra data columns
352+
- Bug in :meth:`read_csv` was raising an ``IndexError`` when header=None and 2 extra data columns
353353

354354

355355
Plotting

0 commit comments

Comments
 (0)