restore explanation loop to step 1 (see comment in 3ac3ac4)

This commit is contained in:
Elias Dorneles 2016-09-29 19:02:43 -03:00
parent 86eb865598
commit e107212043
1 changed files with 3 additions and 4 deletions

View File

@ -62,11 +62,10 @@ this:
:ref:`Spider Middleware <component-spider-middleware>` (output direction).
8. The :ref:`Engine <component-engine>` sends processed items to
:ref:`Item Pipelines <component-pipelines>`, then sends processed Requests to
the :ref:`Scheduler <component-scheduler>` and asks for the next
Requests to crawl.
:ref:`Item Pipelines <component-pipelines>` and processed Requests to
the :ref:`Scheduler <component-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 <component-scheduler>`.
Components