DOC clarify Architecture docs

This commit is contained in:
Mikhail Korobov 2016-03-25 17:03:41 +05:00
parent 3ca977a8cb
commit 4f335b5a01
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ this:
through Spider Middleware (output direction), and then sends processed
items to Item Pipelines and processed Requests to the Scheduler.
8. The process repeats (from step 2) until there are no more requests from the
Scheduler, and the Engine closes the domain.
8. The process repeats (from step 1) until there are no more requests from the
Scheduler.
Event-driven networking
=======================