Merge pull request #4768 from cocoatomo/patch-1

Minor typo
This commit is contained in:
Takeshi KOMIYA
2018-03-24 00:43:01 +09:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ Options for setuptools integration
A boolean that determines whether the saved environment should be discarded
on build. Default is false.
This can also be set by passing the `-E` flag to ``setup.py``.
This can also be set by passing the `-E` flag to ``setup.py``:
.. code-block:: bash