Minor typo

This commit is contained in:
cocoatomo 2018-03-22 23:20:02 +09:00 committed by GitHub
parent f26db5b228
commit c0ec1ab23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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