Skip to content

Commit 7b2e4f3

Browse files
committed
doc error
1 parent 1ddda68 commit 7b2e4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ I/O
690690
^^^
691691

692692
- :func:`read_html` now rewinds seekable IO objects after parse failure, before attempting to parse with a new parser. If a parser errors and the object is non-seekable, an informative error is raised suggesting the use of a different parser (:issue:`17975`)
693-
- :func:`read_html` now has an option to add an id to the leading `<table>` tag (:issue:`8496`)
693+
- :meth:`DataFrame.to_html` now has an option to add an id to the leading `<table>` tag (:issue:`8496`)
694694
- Bug in :func:`read_msgpack` with a non existent file is passed in Python 2 (:issue:`15296`)
695695
- Bug in :func:`read_csv` where a ``MultiIndex`` with duplicate columns was not being mangled appropriately (:issue:`18062`)
696696
- Bug in :func:`read_csv` where missing values were not being handled properly when ``keep_default_na=False`` with dictionary ``na_values`` (:issue:`19227`)

0 commit comments

Comments
 (0)