Skip to content

Commit

Permalink
DOC: read_html typo for displayed_only arg (#22134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel authored and WillAyd committed Jul 30, 2018
1 parent 26b3e7d commit c272c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ def read_html(io, match='.+', flavor=None, header=None, index_col=None,
.. versionadded:: 0.19.0
display_only : bool, default True
displayed_only : bool, default True
Whether elements with "display: none" should be parsed
.. versionadded:: 0.23.0
Expand Down

0 comments on commit c272c52

Please sign in to comment.