Skip to content

Commit

Permalink
Make the match argument for read_html positional because it is often …
Browse files Browse the repository at this point in the history
…used in this way
  • Loading branch information
alexitkes committed Jul 24, 2019
1 parent 0e84559 commit 22fd9dc
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 @@ -922,8 +922,8 @@ def _parse(flavor, io, match, attrs, encoding, displayed_only, **kwargs):

def read_html(
io,
*,
match=".+",
*,
flavor=None,
header=None,
index_col=None,
Expand Down

0 comments on commit 22fd9dc

Please sign in to comment.