Skip to content

Commit c272c52

Browse files
dhimmelWillAyd
authored andcommitted
DOC: read_html typo for displayed_only arg (#22134)
1 parent 26b3e7d commit c272c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ def read_html(io, match='.+', flavor=None, header=None, index_col=None,
10291029
10301030
.. versionadded:: 0.19.0
10311031
1032-
display_only : bool, default True
1032+
displayed_only : bool, default True
10331033
Whether elements with "display: none" should be parsed
10341034
10351035
.. versionadded:: 0.23.0

0 commit comments

Comments
 (0)