From ec93a9e10e083ee1327208781e7702e6043f6379 Mon Sep 17 00:00:00 2001 From: gkdoc <40815324+gkdoc@users.noreply.github.com> Date: Thu, 5 Jul 2018 21:35:22 -0700 Subject: [PATCH] Insert space before a bracket --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index bbfe7c7a..7e5cbc05 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -122,7 +122,7 @@ This will fail a build if the ``Pipfile.lock`` is out–of–date, 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