From 51f1d690685324349126d779206c22a9b4fc1175 Mon Sep 17 00:00:00 2001 From: aniversarioperu Date: Thu, 10 Jul 2014 09:55:45 +0300 Subject: [PATCH] Fixing typo "mulitplied" --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 6144737d..e1cdd961 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -30,7 +30,7 @@ max_proc -------- The maximum number of concurrent Scrapy process that will be started. If unset -or ``0`` it will use the number of cpus available in the system mulitplied by +or ``0`` it will use the number of cpus available in the system multiplied by the value in ``max_proc_per_cpu`` option. Defaults to ``0``. .. _max_proc_per_cpu: