Skip to content

Commit c6cf7f6

Browse files
authored
Update v3.0.0.rst minor changes
1 parent 82beb0d commit c6cf7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ I/O
11041104
- Bug in :meth:`set_option` where setting the pandas option ``display.html.use_mathjax`` to ``False`` has no effect (:issue:`59884`)
11051105
- Bug in :meth:`to_csv` where ``quotechar``` is not escaped when ``escapechar`` is not None (:issue:`61407`)
11061106
- Bug in :meth:`to_excel` where :class:`MultiIndex` columns would be merged to a single row when ``merge_cells=False`` is passed (:issue:`60274`)
1107-
- Bug in :meth: `python_parser` where :class: `MyDialect` did not appropriately skip a line when instructed, causing `EmptyDataError` (:issue: `62739`)
1107+
- Bug in :meth:`python_parser` where :class:`MyDialect` did not appropriately skip a line when instructed, causing Empty Data Error (:issue:`62739`)
11081108

11091109
Period
11101110
^^^^^^

0 commit comments

Comments
 (0)