diff --git a/docs/topics/architecture.rst b/docs/topics/architecture.rst index 84c053660..31b1c4ddd 100644 --- a/docs/topics/architecture.rst +++ b/docs/topics/architecture.rst @@ -62,11 +62,10 @@ this: :ref:`Spider Middleware ` (output direction). 8. The :ref:`Engine ` sends processed items to - :ref:`Item Pipelines `, then sends processed Requests to - the :ref:`Scheduler ` and asks for the next - Requests to crawl. + :ref:`Item Pipelines ` and processed Requests to + the :ref:`Scheduler `. -9. The process repeats (from step 2) until there are no more requests from the +9. The process repeats (from step 1) until there are no more requests from the :ref:`Scheduler `. Components