Skip to content

Commit ca78e4a

Browse files
author
y-p
committed
DOC: tweak
1 parent ef5cdfa commit ca78e4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/source/io.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,10 @@ Reading HTML format
878878

879879
.. _io.read_html:
880880

881-
There is a :func:`~pandas.io.parsers.read_html` reading an HTML file and parsing the contained table(s) into a list of DataFrames.
881+
.. versionadded:: 0.11.1
882+
883+
The toplevel :func:`~pandas.io.parsers.read_html` function can accept an HTML string/file/url
884+
and will parse HTML tables into pandas DataFrames.
882885

883886

884887
Writing to HTML format

0 commit comments

Comments
 (0)