Skip to content

Commit d995558

Browse files
committed
Update html.py
Most arguments for read_html will become keyword-only in version 1.4
1 parent b60a261 commit d995558

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
@@ -921,7 +921,7 @@ def _parse(flavor, io, match, attrs, encoding, displayed_only, **kwargs):
921921
return ret
922922

923923

924-
@deprecate_nonkeyword_arguments(version="1.1")
924+
@deprecate_nonkeyword_arguments(version="1.4")
925925
def read_html(
926926
io,
927927
match=".+",

0 commit comments

Comments
 (0)