Skip to content

Commit e326b6e

Browse files
committed
DOC: fix reference to read_html
1 parent c331f2b commit e326b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ Reading HTML Content
938938

939939
.. versionadded:: 0.11.1
940940

941-
The toplevel :func:`~pandas.io.read_html` function can accept an HTML
941+
The toplevel :func:`~pandas.io.html.read_html` function can accept an HTML
942942
string/file/url and will parse HTML tables into list of pandas DataFrames.
943943
Let's look at a few examples.
944944

0 commit comments

Comments
 (0)