From c0d818153ee108925bf8949b7721707d096f82dd Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 3 Apr 2015 08:37:44 -0400 Subject: [PATCH] docs/installation.rst: Fix typo. [ci skip] --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d9027bda6..9bc3d3f0f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -118,7 +118,7 @@ Build Options Sample Usage:: - $ MAX_CONCURRENCY=1 python setup.py build-ext --enable-[feature] install + $ MAX_CONCURRENCY=1 python setup.py build_ext --enable-[feature] install Linux Installation