Skip to content

Commit

Permalink
fix: checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte committed May 23, 2024
1 parent dc6a495 commit 3f66b66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/topics/practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ reactor after ``MySpider`` has finished running.
reactor.run() # the script will block here until the crawling is finished
Same example but using a non-default reactor, it's only necessary call
``install_reactor`` if you are using ``CrawlerRunner`` since ``CrawlerProcess``
already does this automatically.
``install_reactor`` if you are using ``CrawlerRunner`` since ``CrawlerProcess`` already does this automatically.

.. code-block:: python
Expand Down

0 comments on commit 3f66b66

Please sign in to comment.