Fix code example typo

This commit is contained in:
Ilya Kaznacheev
2021-08-29 20:00:30 +03:00
committed by GitHub
parent 4e70c54a5b
commit 7b00f17ae6

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."""
... ...