Merge pull request #2533 from gkdoc/master

Insert a space before a bracket in advanced.rst
This commit is contained in:
Erin O'Connell
2018-07-05 21:43:48 -07:00
committed by GitHub
+1 -1
View File
@@ -122,7 +122,7 @@ This will fail a build if the ``Pipfile.lock`` is outofdate, instead of ge
☤ Pipenv and Other Python Distributions
---------------------------------------
To use Pipenv with a third-party Python distribution(e.g. Anaconda), you simply provide the path to the Python binary::
To use Pipenv with a third-party Python distribution (e.g. Anaconda), you simply provide the path to the Python binary::
$ pipenv install --python=/path/to/python