Skip to content

Commit 5318a76

Browse files
committed
Remove extra comma.
1 parent 45b2cda commit 5318a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ def read_html(
936936
converters=None,
937937
na_values=None,
938938
keep_default_na=True,
939-
displayed_only=True,
939+
displayed_only=True
940940
):
941941
r"""Read HTML tables into a ``list`` of ``DataFrame`` objects.
942942

0 commit comments

Comments
 (0)