From e107212043ec3c9e7704d08e58bd41004657999a Mon Sep 17 00:00:00 2001 From: Elias Dorneles Date: Thu, 29 Sep 2016 19:02:43 -0300 Subject: [PATCH] restore explanation loop to step 1 (see comment in 3ac3ac4) --- docs/topics/architecture.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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