From d503c496b786073225e92ef970c84c8520dbed97 Mon Sep 17 00:00:00 2001 From: Doc Developer <39494509+docdeveloper@users.noreply.github.com> Date: Thu, 11 Jul 2019 21:28:20 +0200 Subject: [PATCH] Fixes formatting --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 8f68372233..7ae54df86b 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -71,7 +71,7 @@ Luckily - pipenv will hash your Pipfile *before* expanding environment variables (and, helpfully, will substitute the environment variables again when you install from the lock file - so no need to commit any secrets! Woo!) -If your credentials contain a special character, surround the references to the environment variables with quotation marks. For example, if your password contain a double quotation mark, surround the password variable with single quotation marks. Otherwise, you may get a `ValueError, "No closing quotation"` error while installing dependencies. +If your credentials contain a special character, surround the references to the environment variables with quotation marks. For example, if your password contain a double quotation mark, surround the password variable with single quotation marks. Otherwise, you may get a ``ValueError, "No closing quotation"`` error while installing dependencies. :: [[source]] url = "https://$USERNAME:'${PASSWORD}'@mypypi.example.com/simple"