Skip to content

Commit 892f639

Browse files
committed
Fix link
1 parent fdd1247 commit 892f639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def test_banklist_url(self):
171171
@tm.network
172172
def test_spam_url(self):
173173
url = (
174-
"https://raw.githubusercontent.com/pandas-dev/pandas/main/"
174+
"https://raw.github.com/pandas-dev/pandas/main/"
175175
"pandas/tests/io/data/html/spam.html"
176176
)
177177
df1 = self.read_html(url, match=".*Water.*")

0 commit comments

Comments
 (0)