From 4f335b5a01af275f413021c8670132d32d2daf6f Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Fri, 25 Mar 2016 17:03:41 +0500 Subject: [PATCH] DOC clarify Architecture docs --- docs/topics/architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/architecture.rst b/docs/topics/architecture.rst index dc03d47e8..b4588652c 100644 --- a/docs/topics/architecture.rst +++ b/docs/topics/architecture.rst @@ -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 =======================