Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FledgeXu committed Jul 20, 2023
1 parent 016aa9e commit ece4642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautiluszim/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def test_archiveless_collection(self):
for uri in all_uris:
if not uri.startswith("http"):
raise ValueError(
f"File referenced in collection are not urls:\n - {uri}\n "
f"File referenced in collection which are not urls:\n - {uri}\n "
)

self._ensure_no_missing_files(missing_filenames)
Expand Down

0 comments on commit ece4642

Please sign in to comment.