Skip to content

Commit 8adf3d0

Browse files
committed
BUG: fix to_latex bold_rows option (4)
1 parent 63e6000 commit 8adf3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ I/O
5555
^^^
5656

5757
- Bug in ``pd.read_csv()`` in which files weren't opened as binary files by the C engine on Windows, causing EOF characters mid-field, which would fail (:issue:`16039`, :issue:`16559`, :issue`16675`)
58-
- Bug in ``.to_latex()`` where ``bold_rows`` was disregarded and always assumed to be False. This affected also the default behaviour with ``bold_rows`` omitted. (:issue:`16708`)
58+
- Bug in ``.to_latex()`` where ``bold_rows`` was disregarded and always assumed to be False. This affected also the default behaviour with ``bold_rows`` omitted. (:issue:`16707`)
5959

6060
Plotting
6161
^^^^^^^^

0 commit comments

Comments
 (0)