Update README.md

Fixing typo
pull/861/head
Diego Asterio de Zaballa 2024-05-29 18:06:09 +02:00 committed by GitHub
parent a07e261677
commit fd55bd2e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class PagesDataStore(object):
"""Remove the given link from `links_to_crawl`.""" """Remove the given link from `links_to_crawl`."""
... ...
def reduce_priority_link_to_crawl(self, url) def reduce_priority_link_to_crawl(self, url):
"""Reduce the priority of a link in `links_to_crawl` to avoid cycles.""" """Reduce the priority of a link in `links_to_crawl` to avoid cycles."""
... ...