Ask Solem před 14 roky
rodič
revize
4ddf4bf68a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/eventlet/webcrawler.py

+ 1 - 1
examples/eventlet/webcrawler.py

@@ -5,7 +5,7 @@ For asynchronous DNS lookups install the `dnspython` package:
     $ pip install dnspython
     $ pip install dnspython
 
 
 Requires the `pybloom` module for the bloom filter which is used
 Requires the `pybloom` module for the bloom filter which is used
-to ensure a lower chance of recrawling an URL it has already seen.
+to ensure a lower chance of recrawling an URL previously seen.
 
 
 Since the bloom filter is not shared, but only passed as an argument
 Since the bloom filter is not shared, but only passed as an argument
 to each subtask, it would be much better to have this as a centralized
 to each subtask, it would be much better to have this as a centralized