From 1ec3f5eeeb9de6be5d8abfc33a2f55cc88d1e495 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 11 Dec 2015 18:41:21 +0100 Subject: [PATCH] remove universal --- docs/source/development_js.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/development_js.rst b/docs/source/development_js.rst index b61f0564c..4985caf74 100644 --- a/docs/source/development_js.rst +++ b/docs/source/development_js.rst @@ -51,7 +51,7 @@ Run the following two commands to generate the universal ``wheel`` and the ``sdi .. code:: $ python setup.py sdist - $ python setup.py bdist_wheel --universal + $ python setup.py bdist_wheel .. note::