We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd4580 commit 490005aCopy full SHA for 490005a
pandas/tests/io/test_html.py
@@ -1419,4 +1419,4 @@ def test_extract_links_bad(self, gh_13141_data):
1419
'{None, "header", "footer", "body", "all"}, got "incorrect"'
1420
)
1421
with pytest.raises(ValueError, match=msg):
1422
- read_html(gh_13141_data, extract_links="incorrect")
+ read_html(gh_13141_data, extract_links="incorrect")
0 commit comments