Skip to content

Commit

Permalink
Exploit the new Scrapy docs section
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Aug 7, 2023
1 parent d542699 commit 624493c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ To enable this plugin:
.. note:: On existing projects that were not using the asyncio Twisted
reactor, your existing code may need changes, such as:

- Moving some module-level Twisted imports to the method or function
definitions where they are used, or `installing the asyncio reactor
<https://docs.scrapy.org/en/latest/topics/asyncio.html#installing-the-asyncio-reactor>`_
before those imports happen.
- `Handling a pre-installed Twisted reactor
<https://docs.scrapy.org/en/latest/topics/asyncio.html#handling-a-pre-installed-reactor>`_.

Some Twisted imports install the default, non-async Twisted
reactor as a side effect. Once a reactor is installed, it cannot be
Expand Down

0 comments on commit 624493c

Please sign in to comment.