From 9581da4daa54f6da7e9172af02ab9b28dde8ceb5 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 8 Dec 2014 15:56:07 -0800 Subject: [PATCH] Add plural [ci skip] --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7e29e70e0..cca94a135 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -97,7 +97,7 @@ Build Options ------------- * Environment Variable: ``MAX_CONCURRENCY=n``. By default, Pillow will - use multiprocessing to build the extension on all available CPU, + use multiprocessing to build the extension on all available CPUs, but not more than 4. Setting ``MAX_CONCURRENCY`` to 1 will disable parallel building.