From c0ec1ab23e1844cf197363d547a9b5965cc377f0 Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Thu, 22 Mar 2018 23:20:02 +0900 Subject: [PATCH] Minor typo --- doc/setuptools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setuptools.rst b/doc/setuptools.rst index 8d759f985..10f732559 100644 --- a/doc/setuptools.rst +++ b/doc/setuptools.rst @@ -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