Skip to content

Commit

Permalink
Merge pull request #3839 from docdeveloper/patch-3
Browse files Browse the repository at this point in the history
Fixes formatting
  • Loading branch information
frostming authored Jul 12, 2019
2 parents 065ebdb + d503c49 commit 2370340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2370340

Please sign in to comment.