From d978b23ee6ea7d0d2102c5e42b77e14ccec213da Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Jan 2017 17:13:33 -0500 Subject: [PATCH] emdash --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 39e6f688..0319a493 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -47,7 +47,7 @@ $ pipenv uninstall ``$ pipenv uninstall`` supports all of the parameters in `pipenv install <#pipenv-install>`_, as well as one additonal, ``--all``. - - ``--all`` - This parameter will purge all files from the virtual environment, + - ``--all`` — This parameter will purge all files from the virtual environment, but leave the Pipfile untouched. ☤ Testing Projects