Skip to content

Commit 3fa7595

Browse files
Update pandas/io/html.py
Co-Authored-By: Joris Van den Bossche <jorisvandenbossche@gmail.com>
1 parent 051613f commit 3fa7595

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

924924

925-
@deprecate_nonkeyword_arguments(version="1.4")
925+
@deprecate_nonkeyword_arguments(version="2.0")
926926
def read_html(
927927
io,
928928
match=".+",

0 commit comments

Comments
 (0)